Nested routes with multiple params and Outlet: /organizations/$orgId/teams/$teamId #2251
Unanswered
sachingaikwad123
asked this question in
Q&A
Replies: 1 comment
-
Do I need to define $teamId route file path like this: /organizations/$orgId_/teams/$teamId Adding "_" after directory name of $orgId to un-nest this component? But will it keep $orgId in the route path and pass $orgId in "params" for $teamId path? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a 'Outlet' where following routes will be rendered:
/organizations/list:
/organizations/$orgId:
Question:
/organizations/$orgId/teams/$teamId
Q: Is this possible to implement in TSR?
Q: Is this good approach to keep routes in my application or there is something fundamentally wrong in the approach of route arrangements itself?
Beta Was this translation helpful? Give feedback.
All reactions