use-query-params icon indicating copy to clipboard operation
use-query-params copied to clipboard

React Hook for managing state in URL query parameters with easy serialization.

Results 45 use-query-params issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Hi everyone, first of all thank you very much for this library which is really helpful! I wanted to report an issue regarding the possibility to set a white-space value...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

**Hi, thanks for those amazing libraries.** One of the last release contains many really useful updates. `urlName` was a lifesaver for me because it allowed me to get rid of...

When I have an `ArrayParam` state with a non-empty default array, I can't make it empty ```tsx const Arr = withDefault(ArrayParam, ["bar"]); const Demo = () => { const [state,...

It seems there is logging enabled here, when parameter config is missing: https://github.com/pbeshai/use-query-params/blob/master/packages/serialize-query-params/src/decodeQueryParams.ts#L30 Clearly it's meant to only show in development, however you can see below the published version of...

When we have multiple components, if we try to update a param it force re-renders all the components. How to fix it .

For example, I have the following: ```js ``` Is there an automatic way to get Typescript types for `page` and `setPage` when I do: ```js const [page, setPage] = useQueryParam("page");...

Hi, almost all of the examples point to 404 pages on GitHub.