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: add Next.js adapter #281

Open arthursimas1 opened 7 months ago

arthursimas1 commented 7 months ago

I've noticed that there's no Next.js adapter at the moment. This is my initial implementation of this adapter.

Please, send your comment regarding this PR.

arthursimas1 commented 7 months ago

@pbeshai

sgoodrow commented 5 months ago

Can this be updated to be compatible with Next 14.1?