React Native with Redux - For complete beginners
Well, I don't think I need to talk much about React Native here, do I?. What is Redux then? let's hear from the official redux repository. Well, Redux is a predictable state container for JavaScript applications. It helps us to write applications that behave consistently, run in different environments and are easy to test. We can use Redux with React, React Native, or any other view library, it's a tiny 2KB library, but never judge a thing by it's size. 😎 Integrating redux for the first time in to your application can be a little messy. But believe me, once you get past the initial difficulties. I'm sure you will find it a lot easier than you thought it would be. Before getting our hands dirty with the code, let's just go through a few terms that we are gonna use a lot when working with Redux. Actions: Actions are payloads of information that send data from your application to your store. Store can be updated with the help of actions, means, any s