#Guidance needed
1 messages · Page 1 of 1 (latest)
Hi @buoyant moth, feel free to ask your question here 🙂
Hi again! Do you recommend using Navigate or Link for handling menu item clicks? I am trying to follow up with the practices used in this project, so maybe you could suggest a code file doing such jobs, as the react router instructions are kind of confusing for me 🙂 Thank you
Right now, we use either:
- import { Link } from 'react-router-dom';
- or your custom Component internally using useNavigate() hook (see NavigationDrawerItem for example)