Pinia-style Reactivity
Built on Pinia's reactive core (Vue3 reactivity), automatically tracks state dependencies and updates only necessary components.
Intuitive
React State Management
Type-safe, Extensible, and Modular Design
Built on Pinia's reactive core (Vue3 reactivity), automatically tracks state dependencies and updates only necessary components.
Ensure seamless compatibility with React 18\'s concurrent features through `useSyncExternalStore`.
Inherits Pinia\'s modular design, supporting the construction of multiple Stores.
Built-in type inference for complete type safety without additional configuration.
Support extensions like persistence and logging to easily customize Store behavior.
Follows Pinia\'s API design for quick onboarding by Vue developers and easy adaptation by React developers.