Reducer Composition Revisited

In this lesson, we will refactor our reducers into a more generic format. This will help us combine them in the combinedReducer (Implementation below).

Let me take a step back and explain how reducer composition works again. This time, from a different perspective.

Consider the javascript object below:

Get hands-on with 1200+ tech skills courses.