• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Handi.Dev

handi.dev

  • About Us

Best React Native Boilerplate 2021

December 5, 2020 By handi.dev

React Native is a JavaScript based mobile-app framework that which allows you to build natively rendering mobile applications for android and also iOS. If you have learned JavaScript, then you can start creating react-native Project with ease.

React-Native Boilerplate 2021

The problem comes from how we manage the structure of the files, folder structure best practice, and also what library that we’ll use to develop apps that are stable. Make sure you only use the library you need. Never install libraries, but in fact, you don’t use those libraries in code. It is better to uninstall that library instead of you inserting in your project.

Criteria for the Best React Native Boilerplate

If you are going to create React native projects from scratch, you’ve to think about using React-native boilerplate. React-native boilerplate architecture usually created for the best performance and also it follows React / React Native best practices.

If you want to get the best react-native boilerplate, make sure that boilerplate is monthly-updated. Because libraries always get updated and also the react-native version itself. Commonly, you can check that updated change log at GitHub repository. 

If you clone the old and unmaintained react-native boilerplate template, your app will be under-performance. And, this will cause another problem in your code when it comes to compatibility and so on.

Basically, what any React native boilerplate should have are:

  1. Navigation
    It is used to navigate to another page or screen. Most developers use React Navigation.
  2. State Management
    It is used for storing global state, which can be accessed from any screen. One of them is Redux with Redux Thunk. Another option is MobX.
  3. React Hooks
    You can use the latest react Hooks instead of using React Class. Some developer also want to integrate react native boilerplate with typescript. That’s an option.
  4. React Native Icon
    Mostly, a project always uses the icon to enhance its appearance. So, we can use ‘react native vector icon’. As another option, you can also import your local icon.

Ya, that’s all. Because the needs of every Project are different, so that has to be just Simple boilerplate. Later on, developers can add another library that is needed for developing the new features.  

Based on my experience as a React-native Engineer for almost 3 years, I have created the React-Native boilerplate that I can use in any Project. You can also use this simple boilerplate in your project, because it consists of  simple Libraries and has the best folder structure.

I will share this boilerplate and how to use it in your Project. Make sure you have installed react-native-rename as a global package. If you haven’t installed that yet, you can follow this command.

“ npm i react-native-rename -g “

After that, follow steps below:

  1. Clone this repo, git clone https://github.com/handi-dev/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 npm install to install dependencies
  6. Run npx pod-install from root of your project
  7. Start the packager with npm start
  8. Connect your device or use emulator that’s installed in your PC
  9. Run the test application:
  • On Android:
    • Run npx react-native run-android
  • On iOS:
    • Open npx react-native run-ios

I hope that boilerplate can be useful for all of you guys. If you have any questions please visit me on github. don’t forget fork and give a star.

For full instructions on how to install , you can go to react native boilerplate 2021 Github repository: https://github.com/handi-dev/react-native-boilerplate

Filed Under: React Native

Hello world!, handi.dev

October 24, 2020 By handi.dev

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!!

Filed Under: Uncategorized

Primary Sidebar

Recent Posts

  • Best React Native Boilerplate 2021
  • Hello world!, handi.dev

Archives

  • December 2020
  • October 2020

Categories

  • React Native
  • Uncategorized

Copyright © 2020