A powerful library for managing URL search parameters in your application. It provides a simple and efficient way to handle state management through URL search parameters.
useSearchParams
hook from NUQS is used to manage the state of the search query through URL search parameters. The setSearchParams
function updates the URL search parameters whenever the input value changes.