redux-localstorage-debounce
JSON →A storage enhancer for redux-localstorage that debounces persist requests to improve performance by delaying consecutive store changes and persisting them periodically. Version 0.1.0 is the latest stable release. It wraps lodash.debounce to provide a simple API: debounce(wait, maxWait). Useful in Redux apps with frequent state updates to avoid excessive writes to localStorage. Minimal footprint, no breaking changes known, but the redux-localstorage ecosystem is in maintenance mode.