Hello Next.js developers.
use-search-query is a library designed specifically to work with Next.js. I developed this library as a hobby project because I frequently use search params in my own projects and found myself writing different functions for each one. I hope it simplifies your work just as it has simplified mine. use-search-query is extremely ideal and easy to use for the dynamic filtering we often need on pages like filtering pages. Its distinguishing feature from other libraries is its ease and speed of use. You can easily utilize use-search-query to its full potential by reading the documentation or examining the example projects.
If you like the project, please remember to add it to your favorites on GitHub. I wish everyone happy development.
Sincerely, FlyingTurkman
You can start with
npm install use-search-query
or
yarn add use-search-query