DEV Community

Discussion on: Recoil - an experimental state management library for React apps open-sourced by Facebook

Collapse
 
dance2die profile image
Sung M. Kim

Zustand is my go-to state management library now.
github.com/react-spring/zustand

You'd create a custom hook and the states shared unlike built-in react hooks.

No context, no boiler plates, async handled automatically, and supports Redux devtools (but no, it's not Redux based).