redux-storage-engine-localforage
JSON →A redux-storage engine that persists the Redux state tree to localforage (IndexedDB, WebSQL, or localStorage) with optional JSON replacer/reviver for custom serialization. Current stable version is 2.0.0. It depends on redux-storage >3.0.0 and localforage. Key differentiator: provides a localStorage-like API for offline storage in browsers, with configurable drivers and no need for a server. Release cadence is low; last release was in 2016.