tiny-debounce
Version:
tiny debounce function alternative to lodash.debounce
14 lines (8 loc) • 436 B
Markdown
# Tiny Debounce function (~10 lines)
Lightweight alternative to [lodash.debounce](https://unpkg.com/lodash.debounce) (~370 lines)
## Usage with Vue.js
See [demo](https://vuejs-tips.github.io/tiny-debounce) and [source](https://github.com/vuejs-tips/tiny-debounce/blob/master/demo.vue).
## Alternatives
- https://www.npmjs.com/package/lodash.debounce
- https://github.com/steelbrain/debounce
- https://github.com/component/debounce