Combine Individual Reducer Functions into a Single Reducer with reduce-reducers

Share this video with your friends

Send Tweet

In this lesson, we’ll add the reduce-reducers library to our project and use it in conjunction with the handleAction function from redux-actions to define separate reducer functions for each action and reduce them into a single reducer function with reduce-reducers. Say reducer one more time!