Skip to content

Commit 1aa49d5

Browse files
authoredAug 28, 2024··
docs: Maintenance mode
1 parent a0472ff commit 1aa49d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# next-query-params
22

3+
> [!WARNING]
4+
> This project is in maintainence mode now. I've originally created it for the Pages Router, but with the introduction of the App Router there are now better patterns for handling query params in my opinion. Personally, I parse `searchParams` in pages with [`zod`](https://www.npmjs.com/package/zod). If you need something more advanced, you might want to have a look at [nuqs](https://nuqs.47ng.com/).
5+
36
![Gzipped size](https://badgen.net/bundlephobia/minzip/next-query-params) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-query-params)
47

58
> Convenient state management of query parameters in Next.js apps.

0 commit comments

Comments
 (0)
Please sign in to comment.