DEV Community

Discussion on: How to use useReducer hook to mimic setState method?

Collapse
 
avkonst profile image
Andrey • Edited

You might be interested in Hookstate library (hookstate.js.org/) It supercharges React.useState hook to deal with complex, frequently changing states, global states, a lot more..