throttle-debounce
Event throttling and debouncing functions
Functions to limit the frequency of execution of an event handler
Throttle and debounce functions.
1k stars
5 watching
106 forks
Language: JavaScript
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Debounces promise-returning & async functions to delay their execution until after a specified wait period has elapsed since the last call. | 211 |
| Provides utility functions for throttling, debouncing, and delaying operations to manage asynchronous execution | 141 |
| Throttles event handling to reduce CPU usage by utilizing the animation frame system | 19 |
| Controls function calls to limit their frequency within a specified time interval | 447 |
| Removes console statements from JavaScript code to strip debugging information | 251 |
| A package to manage rate limiting in Laravel applications | 705 |
| A library that provides a throttle function for rate limiting functions in Go. | 39 |
| A plugin for Knockout.js that simplifies event delegation in declarative markup | 136 |
| A debouncing library for Arduino and Wiring to filter out false state changes from mechanical switches | 607 |
| A userland bandwidth shaper for Unix-like systems | 569 |
| Provides general flow control with shared storage support. | 24 |
| Tools and techniques for advanced JavaScript deobfuscation via partial evaluation of Abstract Syntax Trees (ASTs) | 864 |
| A jQuery plugin for executing event handlers with delayed or throttled execution. | 152 |
| A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| A MobX extension that provides debounced autorun functionality with immediate synchronous execution for heavy actions like data fetching. | 14 |