Installation
Getting started
Install the nuqs
package with your favourite package manager:
npm install nuqs
Which version should I use?
nuqs@^2
supports the following frameworks and their respective versions:
- Next.js:
next@^14.2.0 || ^15
(app & pages routers) - React SPA:
react@^18.3 || ^19
- Remix:
@remix-run/react@^2
- React Router v6:
react-router-dom@^6
- React Router v7:
react-router@^7
TanStack Router:
@tanstack/react-router@^1
For older versions of Next.js, you may use nuqs@^1
(documentation in node_modules/nuqs/README.md
).