All Projects → keremcubuk → react-native-boilerplate

keremcubuk / react-native-boilerplate

Licence: MIT license
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
ruby
36898 projects - #4 most used programming language

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 (+69.51%)
Mutual labels:  react-navigation, redux-saga, react-boilerplate
react-native-boilerplate
从真实项目中抽离出的一个简单的样板。(A simple boilerplate stripping out of a real project.)
Stars: ✭ 21 (-74.39%)
Mutual labels:  react-navigation, redux-saga
delivery-app-mobile
🍕React Native food delivery app
Stars: ✭ 143 (+74.39%)
Mutual labels:  react-navigation, redux-saga
react-native-boilerplate
React Native Boilerplate - React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage
Stars: ✭ 68 (-17.07%)
Mutual labels:  react-navigation, react-native-boilerplate
react-boilerplate-ssr
ssr react boilerplate
Stars: ✭ 25 (-69.51%)
Mutual labels:  redux-saga, react-boilerplate
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+150%)
Mutual labels:  redux-saga, react-boilerplate
react native app start kit
a react-native app template
Stars: ✭ 11 (-86.59%)
Mutual labels:  react-navigation, redux-saga
React Boilerplate
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
Stars: ✭ 28,151 (+34230.49%)
Mutual labels:  redux-saga, react-boilerplate
react-native-boilerplate
React Native boilerplate with react-navigation and native-base
Stars: ✭ 15 (-81.71%)
Mutual labels:  react-navigation, react-native-boilerplate
ReactNativeSagaFrame
RN开发(一切尽在代码中)
Stars: ✭ 13 (-84.15%)
Mutual labels:  react-navigation, redux-saga
Reading
iReading App Write In React-Native
Stars: ✭ 3,435 (+4089.02%)
Mutual labels:  react-navigation, redux-saga
React Redux Hooks Starter
React-redux boilerplate using hooks 🎣
Stars: ✭ 69 (-15.85%)
Mutual labels:  redux-saga, react-boilerplate
React Boilerplate Cra Template
🔥 Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
Stars: ✭ 859 (+947.56%)
Mutual labels:  redux-saga, react-boilerplate
hbb-survey-app
Hatay Municipality Survey Application
Stars: ✭ 18 (-78.05%)
Mutual labels:  react-navigation, redux-saga
React Redux Boilerplate
A minimal React-Redux boilerplate with all the best practices
Stars: ✭ 799 (+874.39%)
Mutual labels:  redux-saga, react-boilerplate
Covid19-Stats-IN
This app helps in tracking COVID-19 cases in India using covid19India apis
Stars: ✭ 13 (-84.15%)
Mutual labels:  react-navigation, react-native-boilerplate
admin-template-for-react
🌏 Admin template for React, React Redux, Redux Saga, React Router, i18n and integrated OAuth login
Stars: ✭ 83 (+1.22%)
Mutual labels:  redux-saga, react-intl
React Boilerplate Typescript
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices ( Typescript )
Stars: ✭ 279 (+240.24%)
Mutual labels:  redux-saga, react-boilerplate
MyApp
A template to create awesome Apps easily ⚡️
Stars: ✭ 39 (-52.44%)
Mutual labels:  react-navigation, react-native-template
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+357.32%)
Mutual labels:  react-navigation, redux-saga

react boilerplate banner


Start your next react native project in seconds
A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices


Created by Kerem Çubuk and maintained with ❤️ by an amazing idea reinforced with react-boilerplate.

Website: reactnativeboilerplate.dev

Motivation:

While creating this project, I always need to a react-native standart for our team. When we start to new project, we always spend too much time. So that, we created react-native-boilerplate and we wanted to share with the community.

Features

Quick scaffolding
Create components, containers, routes, selectors and sagas - and their tests - right from the CLI!
Instant feedback
Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page. Preserve application state even when you update something in the underlying code!
Predictable state management
Unidirectional data flow allows for change logging and time travel debugging.
Next generation JavaScript
Use template strings, object destructuring, arrow functions, JSX syntax and more.
Industry-standard routing
It's natural to want to add pages (e.g. `/about`) to your application, and routing makes this possible.
Industry-standard i18n internationalization support
Scalable apps need to support multiple languages, easily add and support multiple languages with `react-intl`.
Static code analysis
Focus on writing new features without worrying about formatting or code quality. With the right editor setup, your code will automatically be formatted and linted as you work.

But wait... there's more!

  • The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react-native app with 100% test coverage before?)
  • The fastest fonts: Say goodbye to vacant text.
  • Stay fast: Profile your app's performance from the comfort of your command line!

Keywords: React Native, React.js, Redux, Fast Refresh, ESNext, Babel, react-navigation, Offline First, ServiceWorker, redux-saga

Quick start

1. Clone repository

git clone --depth=1 https://github.com/keremcubuk/react-native-boilerplate.git <YOUR_PROJECT_NAME>

2. Move to the appropriate directory:

cd <YOUR_PROJECT_NAME>

3. Rename the project:

npx react-native-rename <YOUR_PROJECT_NAME>

Note: Before npm install

4. Android and iOS runnning is different. So that follow the steps below.

IOS:

npx pod-install # to install pod dependencies
npm run ios     # to run the iOS application

Android:

# Make sure the ANDROID_HOME environment variable is configured properly

npm run android # to run the Android application

Start the server:

npm start

Now you're ready to rumble!


Please note that this boilerplate is production-ready and not meant for beginners! If you're just starting out with react or redux, please refer to https://github.com/petehunt/react-howto instead. If you want a solid, battle-tested base to build your next product upon and have some experience with react, this is the perfect start for you.

Documentation

Contributors

Contributions of any kind welcome!

License

This project is licensed under the MIT license, Copyright (c) 2020 Kerem Çubuk. For more information see LICENSE.md.

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