Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jefelewis/redux-persist-demo
- Owner: jefelewis
- Created: 2019-06-26T23:30:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:50:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T18:39:22.872Z (over 1 year ago)
- Topics: react-native, redux, redux-persist
- Language: JavaScript
- Homepage:
- Size: 1.88 MB
- Stars: 51
- Watchers: 3
- Forks: 30
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```