Redux Storage Engine SessionStorage

JSON →
library 1.0.2 ·javascript deprecated
verified Jun 7, 2026

A sessionStorage-based engine for redux-storage (v1.0.2, last updated 2016). This package provides a simple way to persist Redux state to window.sessionStorage using the redux-storage middleware/toolkit. It is synchronous, blocking the JS thread on save/load. The package is unmaintained and has no TypeScript types. Compared to localStorage, sessionStorage is scoped to the tab/window and cleared when the tab is closed. Requires redux-storage core package and a Promise polyfill for IE <= 11. The npm status indicates it is deprecated in favor of redux-storage-decorator-filter or similar packages.