From 7f0ca1b1cb1017aed9e4765fd2e7b8a8c6a775d4 Mon Sep 17 00:00:00 2001 From: Aleksandr Smyshliaev Date: Wed, 4 Dec 2024 22:12:57 +0400 Subject: [PATCH] docs: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d18b37b..c486984 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ This library is a good alternative for NUQS. - ✨ **Complex data**: Nested objects, dates and arrays, works same as JSON, but in URL - ☂ **Default values**: Giving you default values if parameter not in url - ⌨ **Organized**: All possible values defined at start, protect you from getting non existing key +- **compatible**: Will keep 3rd party query params as is - **flexible**: Can use more than 1 state objects on the same page, just use different keys - **Fast**: Minimal rerenders, around [1ms](https://github.com/asmyshlyaev177/state-in-url/blob/87c8c7c995c5cd7d9e7aa039c30bfe64b24abe4b/packages/urlstate/encoder/encoder.test.ts#L185) to encode and decode big object - **Server Side Rendering**: Can use it in Server Components, Next.js 14 and 15 are supported