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
genetic-orange•16mo 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
genetic-orange•16mo ago
if not, please explain in detail what you want to do
ratty-blushOP•16mo 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?
ratty-blushOP•16mo ago

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