1. 20
    Use Multiple Reducers in Redux with combineReducers
    6m 21s

Use Multiple Reducers in Redux with combineReducers

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson we’ll add a new reducer to our application and combine it with the existing reducer. We’ll use the new reducer to display messages in our application. Because we are essentially creating namespaces within our state with multiple reducers we will need to combine them to create our Redux store. To do this we will need to refactor our existing components connections to the store to get back to a working state.