redux-storage-engine-localstorage

JSON →
library 1.1.4 ·javascript maintenance
verified Jun 7, 2026

A localStorage-based persistent engine for redux-storage, a middleware to persist a Redux store to storage backends. The engine stores the entire state tree as a JSON string under a single key in window.localStorage. Version 1.1.4 is the latest stable release, originally authored by Michael Contento and now maintained by Gunjan Soni. The package is simple but has async issues: localStorage operations block the JS thread. For full async support with IndexedDB or other backends, consider redux-storage-engine-localforage or redux-persist. Since the original project is deprecated, this fork is in maintenance mode but receives updates.