Skip to content

Commit

Permalink
Merge branch 'master' into dep_update
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 authored Dec 5, 2024
2 parents 4b3d01b + 7f0ca1b commit a409818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a409818

Please sign in to comment.