
Redux for Beginners - Zero to Hero
Learn basic Redux concepts - Store, State, Actions, Dispatch and Reducers. How to use Redux in React ?

Learn basic Redux concepts - Store, State, Actions, Dispatch and Reducers. How to use Redux in React ?

In this post, we’ll try to compare - Flux and Redux. Both technologies allow you to manage state in your app.

Learned how to implement Redux with redux-thunk middleware in your React Native app. Also learn what are reducers, actions, and store.

Learn how to setup Redux in React Native apps using react-redux. Connect Store to store data in app.