redux-persist-memory-storage

JSON →
library 0.4.0 ·javascript
verified Jun 7, 2026

A memory storage adapter for redux-persist (v0.4.0, stable) that provides an in-memory store for Redux state, intended as a fallback when other storage mechanisms like localStorage or cookies are unavailable. It is commonly used in testing or for clients with restricted storage access. Deliberately limited to ephemeral storage; not for production persistence. Lightweight, zero dependencies, and simple API mirroring the redux-persist storage interface, with optional initial state and logging support.