Search⌘ K

Introduction to Using Redux to Manage State

Let's install and use Redux in this lesson.

We'll cover the following...

Introducing Redux

Now that we are using a reducer to manage state in our React app, we’ve come up against an issue with managing complexity. Specifically, we’d like to better ...

...