zustand
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 4 weeks ago
Zustand
https://zustand.docs.pmnd.rs/getting-started/introduction
🐻 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 2 years ago