From c0773aad6c8a6e5098a0e45108a031f787c97769 Mon Sep 17 00:00:00 2001 From: Aleksandr Smyshliaev Date: Thu, 7 Nov 2024 01:05:54 +0400 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ea1b4..8aad0ae 100644 --- a/README.md +++ b/README.md @@ -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.