Learn how to use Redux with React to manage state in larger applications. Understand the concepts of state, store, actions, reducers, and middleware in Redux.
Table of contents
Prerequisite1. What is a state?2. What is redux and why we need it?3. What is a reducer?4. What is a store?5. How to connect our store to React?6. What is action?7. How to handle asynchronous code with redux?ConclusionResources9 Comments
Sort: