Replies: 1 comment 2 replies
-
For nested routes, it is better to use manual route configuration. (For code consistency and folder organization in medium or large project, I prefer to use this method for all routes.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have this folder structure in a project. I want to have all of links (iterated over an array) on the outlet level. Currently I have to provide the full path in order to navigate, whereas I want to achieve same behaviour if each navlink was present on its respective route.

Beta Was this translation helpful? Give feedback.
All reactions