Read and write URLSearchParams with full type-safety using @search-params/react
using any React Framework and any schema validation library.
For usage please reference @search-params/react
readme.md for more detailed information.
The Search Params repository uses PNPM Workspaces and Turborepo. To install dependencies, run in the project's root directory:
pnpm install
You can also test/debug @search-params/react
with the docs locally. Any change to the docs will re-render instantly. If you update the package, a rebuild is required but using Turborepo this has been set to watch mode.
pnpm dev
pnpm build