- A React reducer hook, with a “micro”-reducer style, made for a Typescript world
- Split your reducer into micro reducers based on actions, and avoid having one large reducer function with a switch statement
- useMicroReducer uses the standard useReducer under the hook
React TL;DR – a human filter for most useful tech content.