lodash.debounce@4.0.8
// The lodash method `_.debounce` exported as a module.
$ npm install lodash.debounce
downloads/wk
42,609,512
license
MIT
version
4.0.8
published
Aug 13, 2016
What is lodash.debounce?
Lodash.debounce is a utility that delays the execution of a function until after a specified wait time has passed since it was last called, useful for reducing the frequency of expensive operations like API calls or DOM updates. Developers use it to prevent functions from running too often during rapid events like window resizing, text input, or mouse movement. It's a standalone module extracted from the larger Lodash library for those who only need debouncing functionality.
Links
Keywords
Maintainers
jdalton, mathias