DEV Community

Discussion on: State Management Battle in React 2021: Hooks, Redux, and Recoil

Collapse
 
avkonst profile image
Andrey • Edited

Hookstate hookstate.js.org/ should be in the list too. It is the only lib which gives an efficient solution for deep nested state updates. And it probably has the simplest same API for all states: global, local, parent, nested, async, etc..