DEV Community

Discussion on: Higher Order Reducers with React Hooks

Collapse
 
changoman profile image
Hunter Chang

Hey! I actually got the name from this Redux article: bit.ly/2Yg2Svy

The example they show something similar, a function that returns a reducer. I guess you can call it a reducer factory or just a higher order function that returns a reducer. I just wanted to emphasize that a reducer is being returned.