zustand
Zustand
https://zustand.site/en/
🐻 Bear necessities for state management in React.
A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.
Related contents:
Added 3 years ago
zustand-sync
https://github.com/ryanntannn/zustand-sync
A simple, barebones "multiplayer" middleware for zustand.
A barebones middleware to sync zustand stores across multiple clients. zustand-sync uses JSON Patch (RFC 6902) under the hood to translate state changes into patches that can be sent over a transport layer.
Added 10 months ago