@plq/use-persisted-state
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,3 @@ | ||
## [0.0.3](https://github.com/Akurganow/use-persisted-state/compare/0.0.2...0.0.3) (2019-09-06) | ||
## [0.0.2](https://github.com/Akurganow/use-persisted-state/compare/0.0.1...0.0.2) (2019-09-04) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "@plq/use-persisted-state", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Like useState hook but with persistance in storage", | ||
@@ -61,2 +61,3 @@ "main": "lib/index.js", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-react": "^7.14.3", | ||
"eslint-plugin-react-hooks": "^2.0.1", | ||
@@ -63,0 +64,0 @@ "jest": "^24.9.0", |
@@ -25,6 +25,6 @@ #usePersistedState | ||
##Requirement | ||
## Requirement | ||
To use `@plq/use-persisted-state`, you must use `react@16.8.0` or greater which includes Hooks. | ||
##Clear Storage | ||
## Clear Storage | ||
```jsx | ||
@@ -95,3 +95,3 @@ import createPersistedState from '@plq/use-persisted-state' | ||
##ToDo | ||
## ToDo | ||
- Support **async** storage |
14659
24