Wildcards
Hi all
We are faced with issue with migration to react router v6 and thinking about this library
It’s possible to use wildcards/regex in paths, like it was done for RR <v6?
5 Replies
wise-white•2y ago
does this help?
https://tanstack.com/router/latest/docs/framework/react/guide/routing-concepts#splat--catch-all-routes
Routing Concepts | TanStack Router React Docs
TanStack Router supports a number of powerful routing concepts that allow you to build complex and dynamic routing systems with ease.
The Root Route
wise-white•2y ago
if not, please explain in detail what you want to do
equal-aquaOP•2y ago
@Manuel Schiller Thank you, i'm just checked by myself via example
Actually, i'm talking about something like that
And yes, it's work. Thanks
But with this changes, types doesn't works(just throwing errors). Is it an issue?
equal-aquaOP•2y ago

wise-white•2y ago
template string literals are not supported in paths. that aside, I don't understand how
${test,grap} is supposed to work at all.