Automatic Render Optimization
Automatically tracks state dependencies, ensuring components re-render only when the data they use actually changes.
Intuitive
React State Management
Type-safe, Extensible, and Modular Design
Automatically tracks state dependencies, ensuring components re-render only when the data they use actually changes.
Ensure seamless compatibility with React 18's concurrent features through `useSyncExternalStore`.
Optional Redux DevTools integration for inspecting opted-in stores and navigating their state history.
Built-in type inference for complete type safety without additional configuration.
Support extensions like persistence and logging to easily customize Store behavior.
Inherits Pinia's modular design, allowing you to organize your state into multiple manageable Stores.