DEV Community

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

Collapse
 
brainless profile image
Sumit Datta

Hey Robert, thanks so much for sharing. Nice stuff here, watching the video now. I am looking at better/different state management for my product so this will help in brainstorming.
Sumit

Collapse
 
yaldram profile image
Arsalan Ahmed Yaldram

Try using easy-peasy state management library: - easy-peasy.now.sh/

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).

Collapse
 
wobsoriano profile image
Robert

You're welcome!