Skip to main content

Plugins

Plugins provide specialized capabilities to enhance a single store's functionality. Multiple built-in plugins enable you to track and navigate state changes, streamline debugging, persist store data in a storage and more. But you are also able to create your own unique plugins to customize any store's behaviour.

📄️ History (Deprecated)

Deprecation Notice: The single-store history plugin (useStoreHistory) is now deprecated and will be removed in future Major releases. We recommend migrating to the new and improved trackHistory function for enhanced flexibility and expanded features. The new API supports multiple stores, allowing you to track and manage state changes across various parts of your application. It provides more advanced capabilities, including transactional undo/redo operations and a more efficient handling of memory.