Introduction to Managing State Using Redux

We are now going to refactor our code using Redux to better handle asynchronous events.

We'll cover the following

Introducing Redux

Now that we are using a reducer to manage the state in our React app, we’ve run into the problem of integrating our asynchronous actions with our reducer.

Get hands-on with 1200+ tech skills courses.