Route
How we can create the dynamic routes in tanstack router?
example urls:- mysite.com/anything,
mysite.com/{slug}
The slug can be anything. I'm trying to build a headless wordpress site using this router.
example urls:- mysite.com/anything,
mysite.com/{slug}
The slug can be anything. I'm trying to build a headless wordpress site using this router.