All Projects → sibs-projects → React Native Redux Saga

sibs-projects / React Native Redux Saga

Just a starter code to use redux and react-native with Login

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Redux Saga

Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (-35.8%)
Mutual labels:  boilerplate, redux-saga
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+53.98%)
Mutual labels:  boilerplate, redux-saga
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+1479.55%)
Mutual labels:  boilerplate, redux-saga
React Social Network
Simple React Social Network
Stars: ✭ 409 (+132.39%)
Mutual labels:  boilerplate, redux-saga
React Redux Saga Boilerplate
Starter kit with react-router, react-helmet, redux, redux-saga and styled-components
Stars: ✭ 535 (+203.98%)
Mutual labels:  boilerplate, redux-saga
Ignite Andross
The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
Stars: ✭ 476 (+170.45%)
Mutual labels:  boilerplate, redux-saga
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+74.43%)
Mutual labels:  boilerplate, redux-saga
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-59.09%)
Mutual labels:  boilerplate, redux-saga
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-26.7%)
Mutual labels:  boilerplate, redux-saga
React Wp Rest
A boilerplate for pairing the WP Rest API with a server-rendered React app
Stars: ✭ 167 (-5.11%)
Mutual labels:  boilerplate
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (-2.84%)
Mutual labels:  boilerplate
Netcore Boilerplate
Boilerplate of API in .NET Core 3.1
Stars: ✭ 166 (-5.68%)
Mutual labels:  boilerplate
Electron Next Skeleton
An example Electron app built with Next.js
Stars: ✭ 168 (-4.55%)
Mutual labels:  boilerplate
Tsmean
Typescript-mysql-express-angular-node seed for your next web-app!
Stars: ✭ 173 (-1.7%)
Mutual labels:  boilerplate
Vue Stack 2.0
Vue 2.0 Project Boilerplate
Stars: ✭ 166 (-5.68%)
Mutual labels:  boilerplate
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-0.57%)
Mutual labels:  boilerplate
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (-6.25%)
Mutual labels:  boilerplate
Template Rwb
A full-featured Webpack setup with hot-reload
Stars: ✭ 165 (-6.25%)
Mutual labels:  boilerplate
Threejs Modern App
Boilerplate and utils for a fullscreen Three.js app
Stars: ✭ 176 (+0%)
Mutual labels:  boilerplate
Typed Redux Saga
An attempt to bring better TypeScript typing to redux-saga.
Stars: ✭ 170 (-3.41%)
Mutual labels:  redux-saga

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 RN

First, install everything

npm i

Then Link

rnpm link

To run your app on iOS:

react-native run-ios

or Open ios/App.xcodeproj in Xcode Hit the Run button

To run your app on Android:

Have an Android emulator running (quickest way to get started), or a device connected

react-native run-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].