Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jefelewis/redux-persist-demo

Medium Article: https://itnext.io/react-native-why-you-should-be-using-redux-persist-8ad1d68fa48b
https://github.com/jefelewis/redux-persist-demo

react-native redux redux-persist

Last synced: about 14 hours ago
JSON representation

Medium Article: https://itnext.io/react-native-why-you-should-be-using-redux-persist-8ad1d68fa48b

Awesome Lists containing this project

README

        

# Redux Persist (6.x) Demo
* [Built With](#built-with)
* [Pending Items](#pending-items)
* [Color Scheme](#color-scheme)
* [Screens](#screens)
* [Getting Started](#getting-started)

## Built With
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - Programming Language
* [React Native](https://facebook.github.io/react-native/) - Mobile (iOS/Android) Framework
* [Redux](https://www.npmjs.com/package/redux) - Global State
* [Redux Persist](https://www.npmjs.com/package/redux-persist) - Persists Redux Global State

## Pending Items

## Color Scheme
* Blue: #007AFF
* Grey: #7D7D7D
* Light Grey: #E5E5E5

## Screens





## Getting Started
**1. Install Dependencies:**
```
npm install
```

**2. Install Cocoapods:**
```
cd ios
pod install
```

**3. Start iOS Simulator:**
```
react-native run-ios
```