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`.
Built-in Redux DevTools support for seamless debugging, including state inspection and time-travel.
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.