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.

11m read timeFrom dev.to
Post cover image
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?ConclusionResources
9 Comments

Sort: