redux_persist_web 0.4.2 redux_persist_web: ^0.4.2 copied to clipboard
Redux Persist Web Integration
redux_persist_web #
Web Storage Engine for redux_persist
.
Saves to localStorage
.
Usage #
var persistor = new Persistor<AppState>(
// ...
storage: new WebStorage("my-app"),
);
Features and bugs #
Please file feature requests and bugs at the issue tracker.