Blogs of react

We are a web development and outsourcing agency based in Kochi, India.

Getting started with react-native-navigation (V2) for beginner

Getting started with react-native-navigation (V2) for beginner

Once you become familiar with react-native components and start designing pretty screens, the next question is how to navigate between screens. The solution comes in the form of some navigation libraries like react-navigation, react-native-navigation or so on. I personally prefer react-native-navigation as it is more native than just a react component thus have better performance. In this tutorial, I will walk you through the installation steps to build a basic navigation structure. Step 1: create an app with the desired name. You can use the below command to for that:

Introduction to redux for react native

Introduction to redux for react native

React native is a great tool to develop your mobile app in android and at the same time in iOS too. In my last project, the biggest issue that I faced with it is the complexity of the state management between react native components. If you can anticipate your project is going to bigger in size this would be a great choice to use Redux for state management. This blog is mainly intended to configure the Redux and connect with your existing app with it. Redux is a javascript library you can manage your application states. The main idea behind using redux is that if you have a central store the components will become more flexible to access and update the state from the same place. You can manage the data flow of an application using redux and use...

2hats Logic HelpBot