pbeshai / use-query-params

React Hook for managing state in URL query parameters with easy serialization.
https://pbeshai.github.io/use-query-params
ISC License
2.13k stars 95 forks source link

feat: skip unnecessary updates by default #234 #236

Closed pbeshai closed 1 year ago

pbeshai commented 1 year ago

By default, do not push and entries into the history stack if the search string is the same. This can be disabled by setting the new option skipUpdateWhenNoChange to false. Resolves #234