Recap on the Design of the State Object

Designing the state object can prove immensely helpful. Now, we have our complete structure for the state object. Take a look at it in this lesson.

Now I know this has been a long discourse on the structure of the state object.

It may not seem important to you now, but as you build projects you’ll come to see how invaluable putting some thoughts into designing your state helps you perform CRUD operations much easier, reduce a lot of overly complex logic within your reducers and also help you take advantage of Reducer Composition, a term I’ll describe later in the course.

I wanted you to understand the reason behind my decisions, and be able to make informed decisions as you build your own applications. I believe you’re now empowered with the right information.

With all said and done, here’s a visual representation of the Skypey state object:

Get hands-on with 1200+ tech skills courses.