Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hernando17/redux-persist-ionic-storage
https://github.com/hernando17/redux-persist-ionic-storage
ionic library npm npm-package react redux redux-persist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hernando17/redux-persist-ionic-storage
- Owner: Hernando17
- License: mit
- Created: 2024-10-12T16:49:18.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T07:01:57.000Z (3 months ago)
- Last Synced: 2024-11-14T09:12:00.368Z (about 2 months ago)
- Topics: ionic, library, npm, npm-package, react, redux, redux-persist
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/redux-persist-ionic-storage
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Persist Ionic Storage
This library is made by using Ionic Storage
## Installation Step
### 1. Install
```
npm i redux-persist-ionic-storage
```### 2. Use the library
```
import { persistIonicStorage } from "redux-persist-ionic-storage";const ionicStoragePersistConfig = {
key: 'ionic-storage',
storage: persistIonicStorage,
}
```