debounce-function
Here are 7 public repositories matching this topic...
Optimizing this project by adding the debounce technique to the search input
-
Updated
Apr 27, 2023 - JavaScript
The dboun function is a utility designed to limit the rate at which a function is executed. It ensures that the provided function (fn) is called only after a specified delay (delay) has elapsed since the last invocation. By default, the delay is set to 400 milliseconds.
-
Updated
Mar 3, 2025 - JavaScript
Netflix-UI Movie Database (React.js, TMDB) | Search & Explore Movies, TV (+ Web Series)! #Reactjs #TMDB #PWA**
-
Updated
Apr 14, 2024 - JavaScript
Decorators for es6+, with promise support
-
Updated
Oct 25, 2019 - JavaScript
Improve this page
Add a description, image, and links to the debounce-function topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debounce-function topic, visit your repo's landing page and select "manage topics."