Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 authored Nov 24, 2024
1 parent 336f3e6 commit 6eafed9
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
- **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
- **Lightweight**: Zero dependencies, library less than 2KB
Expand Down

0 comments on commit 6eafed9

Please sign in to comment.