Skip to content

Pranay-Singhania/debounce-throttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Debounce-Throttle :

What is Debouncing?

  • Debouncing is used to add a time gap between two consecutive invocations of a function call.
  • It forces a function to wait a certain amount of time before running again.

What is Throttling?

  • Throttling is a technique used to control the rate at which a function is executed.
  • It limits the maximum number of times a function can be called over a given period of time.

About

Debounce - Throttle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published