Skip to content

Commit

Permalink
docs: Maintenance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Aug 28, 2024
1 parent a0472ff commit 1aa49d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# next-query-params

> [!WARNING]
> 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/).
![Gzipped size](https://badgen.net/bundlephobia/minzip/next-query-params) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-query-params)

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

0 comments on commit 1aa49d5

Please sign in to comment.