We're a place where coders share, stay up-to-date and grow their careers.
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).
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).