Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 582 Bytes

File metadata and controls

24 lines (15 loc) · 582 Bytes

redux_persist_web pub package

Web Storage Engine for redux_persist.

Saves to localStorage.

Usage

final persistor = Persistor<AppState>(
  // ...
  storage: WebStorage(),
);

Key

You can pass a key argument to WebStorage to set the key for localStorage.

Features and bugs

Please file feature requests and bugs at the issue tracker.