react-router-typesafe-routes
react-router-typesafe-routes copied to clipboard
Comprehensive and extensible type-safe routes for React Router v6 with first-class support for nested routes and param validation.
Is there a direct way to extract the type of route data (e.g. search params) from the ROUTES object? I couldn't find it after reading the documentation. However, I did...
Hi! I've just found this wonderful looking project and would love to use it in one of my project. However, when I bundle my project I get these errors. Any...
Hey, great library! I saw the in the docs that mention the following: > ❗Child routes have to start with an uppercase letter to prevent overlapping with route API. I...
What's left: - Reimplement https://github.com/fenok/react-router-typesafe-routes/pull/50 or add a suppressable warning instead. - Pass param names to type objects and parsers, add more context to the "unexpected undefined" error. - Allow...