June 2021
Intermediate to advanced
398 pages
9h 35m
English
Having now learned how to use the reducer pattern in React, we’re going to take a look at Redux, a library that is a very commonly used implementation of the reducer pattern that is often integrated with React. Once we move our code to Redux, we’ll see how an add-on to Redux will help us manage our asynchronous actions.