Use Query Params Versions Save

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

v0.5

4 years ago
  • Resolves #67 by updating serialize-query-params to v0.2.0 (handles values like foo--1 -> foo: "-1" in object serializing)

v0.4.6

4 years ago
  • Aims to resolve #57 by running clean before building in prepublishOnly to get rid of old files that caused some people issues.

v0.4.5

4 years ago
  • Resolves #54 via #61 - concurrent updates with React Router will now work by looking at history.location instead of the provided location if available.

v0.4.4

4 years ago
  • Includes fix for initial values of SSR #58 #51

v0.4.3

4 years ago
  • Resolves #55 SSR with useQueryParams

v0.4.2

4 years ago
  • Resolves #46 by fixing the way memoization works on the setters returned from useQueryParam and useQueryParams. Also does automatic memoization on the paramConfigMap passed into useQueryParams to prevent it from re-generating new values and setters unnecessarily.

v0.4.1

4 years ago
  • Security vulnerabilities fixed and serialize-query-params bumped to 0.1.4

v0.4.0

4 years ago
  • Resolves #36 by adding in withUrlParams HOC and <QueryParams> render-props component

v0.3.4

4 years ago
  • Resolves #13 Next.js problems via #25 (SSR should work)
  • Resolves #27 peer dependency was specified incorrectly

v0.3.3

4 years ago
  • Resolves #15 by switching to query-string 5
  • Resolves #18 by adding esm build