TanStackT
TanStack14mo ago
1 reply
ltd-scarlet

Nested dynamic routes

Hello,
Is it possible to have one Route be able to match nested dynamic routes?
I would like '/profile/$userID/$tabID/$subTabID' to be reachable via any sub-sebsequence (e.g. '/profile', '/profile/$userID').

I tried building out this folder structure but couldn't get the inner routes to match

Thank you
Was this page helpful?