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