Smart Reducers with React & Hooks

1 · Patrick Smith · Jan. 13, 2019, 10:02 a.m.
Hooks are on their way soon to React, which offer ways to manage component state and lifecycles in function components. Also coming is the reducer, a pattern from the popular library Redux. While I think Redux can make apps more complicated than they need to be, I think reducers as a primitive offer some interesting […]...