redux_persist_web 0.4.3 copy "redux_persist_web: ^0.4.3" to clipboard
redux_persist_web: ^0.4.3 copied to clipboard

outdated

Redux Persist Web Integration

redux_persist_web pub package #

Web Storage Engine for redux_persist.

Saves to localStorage.

Usage #

final persistor = new Persistor<AppState>(
  // ...
  storage: new WebStorage("my-app"),
);

Features and bugs #

Please file feature requests and bugs at the issue tracker.