Understand Redux Higher Order Reducers

Share this video with your friends

Send Tweet

Higher Order Reducers are simple reducer factories, that take a reducer as an argument and return a new reducer. In that new reducer, you can customize the behaviour of the original one which helps reducing the reducer logic.

In this lesson, we'll see how to reduce duplicated code by refactoring two different reducers into a higher order reducer.

Martin Picard
~ 7 years ago

Cool!