{"library":"redux-localstorage-debounce","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript","redux","redux-localstorage","storage enhancer","debounce"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redux-localstorage-debounce","imports":["import { debounce } from 'redux-localstorage-debounce'","const { debounce } = require('redux-localstorage-debounce')","compose(debounce(100))(adapter(localStorage))"]},{"cmd":"yarn add redux-localstorage-debounce","imports":[]},{"cmd":"pnpm add redux-localstorage-debounce","imports":[]}],"homepage":"https://github.com/elgerlambert/redux-localstorage-debounce#readme","github":"https://github.com/elgerlambert/redux-localstorage-debounce","docs":null,"changelog":null,"pypi":null,"npm":"redux-localstorage-debounce","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}