Type-safe search params state management for React, like useState but stored in the URL query string.
The complete Next.js boilerplate for building profitable SaaS, with auth, payments, i18n, newsletter, dashboard, blog, docs, blocks, themes, SEO and more.
nuqs is a type-safe search params state management library for React. It provides a useState
-like API that synchronizes with the URL query string, offering a seamless way to manage application state directly within the URL.
Key Features:
useState
-like API, making it easy to integrate into existing React projects.useQueryStates
hook for managing multiple query parameters simultaneously.useTransition
to provide loading states during server updates.Use Cases: