Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonybudianto/redux-persistore
How to use WIP
https://github.com/antonybudianto/redux-persistore
persistent-storage redux
Last synced: about 2 months ago
JSON representation
How to use WIP
- Host: GitHub
- URL: https://github.com/antonybudianto/redux-persistore
- Owner: antonybudianto
- License: mit
- Created: 2017-10-09T00:41:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T02:12:18.000Z (about 7 years ago)
- Last Synced: 2024-10-12T23:46:59.938Z (3 months ago)
- Topics: persistent-storage, redux
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux Persistore
Simple Redux persistence library that map your state paths into local storage## Install
```
npm install -S redux-persistore
```## Test
```
npm test
```## Build
```
npm run build
```## Publish
```
npm publish
```## License
MIT