From 430480340ba2dd9b4d80b31c1d8171d80fcd05ab Mon Sep 17 00:00:00 2001 From: Jean Dessane Date: Tue, 11 May 2021 13:13:10 +0200 Subject: [PATCH] improve readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 26c2a2b..72f4868 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ [![Version](https://img.shields.io/npm/v/@habx/react-query-state)](https://www.npmjs.com/package/@habx/react-query-state) [![Size](https://img.shields.io/bundlephobia/min/@habx/react-query-state)](https://bundlephobia.com/result?p=@habx/react-query-state) [![License](https://img.shields.io/github/license/habx/react-query-state)](/LICENSE) + +## Features + +* Persists state in url search query params +* Persists state in session storage if `cacheKey` provided +* Parse url search query string to right types (boolean/number/string...)