React Holmes
Elementary State Orchestrator for React
Fast and easy to use
Easy integration in your react project. Just install the package and use it. No contexts. No wrappers. Only observers.
Distributed state
Application state is decentralized between components, making it accessible in every part of application.
State sync
Components will share a local copy of the state and the callback to modify it. Every update will send and event to components subscribed to same state.