All Projects → victorkvarghese → React Native Boilerplate

victorkvarghese / React Native Boilerplate

Licence: mit
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Native Boilerplate

React Native Feature Boilerplate
Feature based Architecture for developing Scalable React Native Apps 🚀 using react, redux, sagas and hooks
Stars: ✭ 139 (-62.93%)
Mutual labels:  redux-persist, react-navigation, react-redux, redux-saga
React Native Boilerplate
🚀 React Native Boilerplate Updated
Stars: ✭ 9 (-97.6%)
Mutual labels:  redux-persist, react-navigation, react-native-app, redux-saga
Redux React Navigation Demos
React-Native + Redux + Redux-Persist + React Navigation ( Authentication Flow with Redux demos)
Stars: ✭ 151 (-59.73%)
Mutual labels:  redux-persist, react-navigation, react-redux
Mozi
此项目致力于构建一套最基础,最精简,可维护的react-native项目,支持ios,android 🌹
Stars: ✭ 501 (+33.6%)
Mutual labels:  react-navigation, react-native-app, react-redux
ReactNativeSagaFrame
RN开发(一切尽在代码中)
Stars: ✭ 13 (-96.53%)
Mutual labels:  react-navigation, redux-saga, react-redux
OneArtical
learning and practice redux,react-redux,redux-saga,redux-persist,redux-thunk and so on
Stars: ✭ 61 (-83.73%)
Mutual labels:  redux-saga, react-redux, redux-persist
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-95.2%)
Mutual labels:  react-navigation, react-redux, react-native-app
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (-94.4%)
Mutual labels:  react-navigation, redux-saga, redux-persist
Covid19-Stats-IN
This app helps in tracking COVID-19 cases in India using covid19India apis
Stars: ✭ 13 (-96.53%)
Mutual labels:  react-navigation, react-redux
react-native-boilerplate
Expo + Redux + React Navigation Pre-setup Template (expo SDK 44)
Stars: ✭ 142 (-62.13%)
Mutual labels:  react-navigation, react-redux
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (-91.2%)
Mutual labels:  redux-saga, react-redux
reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (-92.53%)
Mutual labels:  react-navigation, redux-persist
admin-template-for-react
🌏 Admin template for React, React Redux, Redux Saga, React Router, i18n and integrated OAuth login
Stars: ✭ 83 (-77.87%)
Mutual labels:  redux-saga, react-redux
auth-with-saga-example
code for https://medium.com/@stepankuzmin/authentication-with-react-router-redux-5-x-and-redux-saga-55da66b54be7
Stars: ✭ 14 (-96.27%)
Mutual labels:  redux-saga, react-redux
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-94.93%)
Mutual labels:  redux-saga, react-redux
redux-saga-rn-alert
Alert.alert()-Support for side effects with redux-saga in react-native-apps
Stars: ✭ 23 (-93.87%)
Mutual labels:  redux-saga, react-redux
SHOPMATE
front-end e-commerce system
Stars: ✭ 12 (-96.8%)
Mutual labels:  redux-saga, react-redux
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (-79.47%)
Mutual labels:  react-redux, redux-persist
react native app start kit
a react-native app template
Stars: ✭ 11 (-97.07%)
Mutual labels:  react-navigation, redux-saga
react-native-shopping-app
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
Stars: ✭ 67 (-82.13%)
Mutual labels:  react-navigation, react-redux

🚀 React Native Boilerplate - September 2020

React Native React Navigation V5

React Native Boilerplate is a starting point for React Native application. This project is configured with redux, redux saga and redux persist. Uses latest version of react-navigation (v5.9)

Redux Logo

Redux Logo

Redux Logo

Scalability Factor

This Type based Architecture scales smoothly for small - medium apps. If you guys are building a very large application I would suggest using the following feature based architecture which will be more developer friendly with ease of scaling.

React-Native-Feature-BoilerPlate

Projects using this BoilerPlate

Features

How this looks

Prerequisites

Getting Started

  1. Clone this repo, git clone https://github.com/victorkvarghese/react-native-boilerplate.git <your project name>

  2. Go to project's root directory, cd <your project name>

  3. Remove .git folder, rm -rf .git

  4. Use React Native Rename to update project name $ npx react-native-rename <newName>

  5. Run yarn to install dependencies

  6. Start the packager with yarn start

  7. Connect a mobile device to your development machine

  8. Run the test application:

  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device
  1. Enjoy!!!

Contributing

PRs are welcome

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].