Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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,
}
```