redux-storage-decorator-migrate

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

A decorator for redux-storage that adds versioned state migration capabilities. Version 1.1.0 is the latest stable release (last updated 2016). It allows defining migration functions keyed by version number, automatically applied when the stored version differs from the current version. Unlike manual migration checks, this integrates directly with redux-storage's engine pipeline. The package is simple but has no active development and relies on the now-deprecated redux-storage package.