redux-storage-decorator-debounce
JSON →Debounce decorator for redux-storage that delays and merges save operations. Version 1.1.3 is the latest stable release; the package is maintained as a fork of the original deprecated project. It wraps any redux-storage engine and defers save calls for a configurable delay, resetting the timer on each new state change. This reduces expensive storage writes by batching them. Requires redux-storage as a peer dependency.