throttle-debounce

Event throttling and debouncing functions

Functions to limit the frequency of execution of an event handler

Throttle and debounce functions.

GitHub

1k stars
5 watching
107 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/p-debounce Debounces promise-returning & async functions to delay their execution until after a specified wait period has elapsed since the last call. 211
boraseoksoon/throttler Provides utility functions for throttling, debouncing, and delaying operations to manage asynchronous execution 139
scaccogatto/vue-throttle-event Throttles event handling to reduce CPU usage by utilizing the animation frame system 19
sindresorhus/p-throttle A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization 443
sindresorhus/gulp-strip-debug Removes console statements from JavaScript code to strip debugging information 251
grahamcampbell/laravel-throttle A package to manage rate limiting in Laravel applications 705
yudppp/throttle A library that provides a throttle function for rate limiting functions in Go. 38
rniemeyer/knockout-delegatedevents A plugin for Knockout.js that simplifies event delegation in declarative markup 136
thomasfredericks/bounce2 A debouncing library for Arduino and Wiring to filter out false state changes from mechanical switches 596
mariusae/trickle A tool to manage and control network bandwidth usage on Unix-like systems. 568
elvinefendi/lua-resty-global-throttle Provides general flow control with shared storage support. 24
mindedsecurity/jstillery Tools and techniques for advanced JavaScript deobfuscation via partial evaluation of Abstract Syntax Trees (ASTs) 864
bgrins/bindwithdelay A jQuery plugin for executing event handlers with delayed or throttled execution. 152
babel/gulp-babel A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. 1,321
dettier/mobx-autorun-async-immediate A MobX extension that provides debounced autorun functionality with immediate synchronous execution for heavy actions like data fetching. 14