Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Dessane committed May 11, 2021
1 parent 068c1ce commit 4304803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...)

0 comments on commit 4304803

Please sign in to comment.