Using Redux

Overview

What does this lesson cover?

We’ve referred to stores in previous lessons as one of the four core concepts of Redux, now we'll be assessing the three main methods that a store with their corresponding syntax and structure requirements when implementing them into code.

Thus, we'll focus on the configureStore method, what it means, and why we need it.