Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibs-projects/react-native-redux-saga
Just a starter code to use redux and react-native with Login
https://github.com/sibs-projects/react-native-redux-saga
boilerplate react react-native redux redux-saga redux-storage
Last synced: about 2 months ago
JSON representation
Just a starter code to use redux and react-native with Login
- Host: GitHub
- URL: https://github.com/sibs-projects/react-native-redux-saga
- Owner: sibs-projects
- Archived: true
- Created: 2016-02-02T11:16:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T09:38:04.000Z (about 8 years ago)
- Last Synced: 2024-07-30T03:41:09.562Z (5 months ago)
- Topics: boilerplate, react, react-native, redux, redux-saga, redux-storage
- Language: JavaScript
- Homepage:
- Size: 555 KB
- Stars: 178
- Watchers: 9
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-native - react-native-redux ★160 - React Native + Redux + Redux Saga (Seeds / Other Platforms)
- awesome-react-native-ui - react-native-redux ★86 - React Native + Redux + Redux Saga (Seeds / Other Platforms)
- awesome-react-native - react-native-redux ★160 - React Native + Redux + Redux Saga (Seeds / Other Platforms)
README
# React Native Redux Starter Code
### Login using Redux, Redux Saga and Redux Storage
Good practice to create a Login using Redux, Redux Saga and Redux Storage, can be easily port to React Web## Goodness inside
- normalizr - handle complex redux state
- react-native-gifted-spinner - a cool RN loader
- react-native-router-flux - easy navigation/router with redux support
- react-native-vector-icons - awesome icons
- redux-saga - side effects using generators
- redux-storage - side redux state tree
- react-native-navbar - navigation bar
- react-native-button - buttons for RNFirst, install everything
```bash
npm i
```Then Link
```
rnpm link
```To run your app on iOS:
```bash
react-native run-ios
```or Open ios/App.xcodeproj in Xcode
Hit the Run buttonTo run your app on Android:
Have an Android emulator running (quickest way to get started), or a device connected
```bash
react-native run-android
```