Replies: 2 comments
-
Would love to have this too. Is it possible? Cant find anything on that in docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can implement this yourself via splat routes https://tanstack.com/router/v1/docs/framework/react/guide/routing-concepts#splat--catch-all-routes |
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
-
Is it possible for react location to handle these Dynamic routes:
/page/:id1/..../idN
/page/:id1/..../idN/subpage
/page/:id1/..../idN/subpage/:pageid
....
Where
N
is known only at runtime?Beta Was this translation helpful? Give feedback.
All reactions