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

Force re-renders #289

Open gowthamreddyg opened 1 month ago

gowthamreddyg commented 1 month ago

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