@blac/plugin-persist
v0.0.2
Published
IndexedDB persistence plugin for BlaC state management
Downloads
40
Maintainers
Readme
@blac/plugin-persist
IndexedDB persistence plugin for BlaC.
This package provides a basic native IndexedDB-backed plugin that can:
- hydrate Cubit state after creation
- persist state changes automatically
- debounce writes
- transform state to and from persisted records
The first version hydrates asynchronously, so it does not yet block acquire().
