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 6, 2024
1 parent c832a4a commit c0773aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Share if it useful for you.

# Why use `state-in-url`?

Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data.
Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g. numbers will be decoded as numbers not strings, Date stay a date, objects and arrays supported.
Dead simple, fast, and with static Typescript validation. Deep links, aka URL synchronization, made easy.

Contains `useUrlState` hook for Next.js and react-router, and helpers for anything else on JS.
Expand Down

0 comments on commit c0773aa

Please sign in to comment.