#Guidance needed

1 messages · Page 1 of 1 (latest)

buoyant moth
#

Hello! I am not sure if it is the correct channel to post this, but i hope it reaches someone familiar with the project. I am currently working on a front end issue, but i am a bit troubled with how routing is done. I am a uni student, still working on these skills, so any help will be appreciated!

warm stone
#

Hi @buoyant moth, feel free to ask your question here 🙂

buoyant moth
warm stone
#

Right now, we use either:

  • import { Link } from 'react-router-dom';
  • or your custom Component internally using useNavigate() hook (see NavigationDrawerItem for example)