TanStackT
TanStack2y ago
1 reply
colossal-harlequin

Support for nested dynamic routes?

Does this package support dynamically nested routes? Let's say I have an app which has 2 possible base URLs:
-
/

- /base

I want to be able to serve my app either from root or from /base. Can this work with tanstack router? I know dynamic routes are a thing, but if I were to use $base it would not catch the root route
Was this page helpful?