fenok / react-router-typesafe-routes

Comprehensive and extensible type-safe routes for React Router v6 with first-class support for nested routes and param validation.
MIT License
145 stars 3 forks source link

Merging typed and non-typed search params #12

Closed fenok closed 2 years ago

fenok commented 2 years ago

As of now, if we want to implement a common helper which only handles a portion of search params, but leaves other search params intact, we have to resort to using URLSearchParams object.

Thoughts:

Questions:

fenok commented 2 years ago

Resolved by https://github.com/fenok/react-router-typesafe-routes/pull/15