How to combine side navigation component with react router? #4580
-
Where can I use the Link Component in react router? |
Beta Was this translation helpful? Give feedback.
Answered by
Lukas742
May 8, 2023
Replies: 1 comment 1 reply
-
you can use for example the headless I've created a codeSandbox that shows a basic example of how the implementation could look like. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
S-N-O-R-L-A-X
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @S-N-O-R-L-A-X
you can use for example the headless
useNavigate
hook to achieve this.I've created a codeSandbox that shows a basic example of how the implementation could look like.