Skip to content

iamhectorsosa/search-params

Repository files navigation

Search Params

Read and write URLSearchParams with full type-safety using @search-params/react using any React Framework and any schema validation library.

Documentation

For usage please reference @search-params/react readme.md for more detailed information.

Development

Installation

The Search Params repository uses PNPM Workspaces and Turborepo. To install dependencies, run in the project's root directory:

pnpm install

Development

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

Build

pnpm build