Debounce and Throttle
Introduction
I'm writing this post again because I had some difficulties in explaining the difference between debounce and throttle.
In human words:
Debounce -> "Wait until X ms have passed since the last call, then call the function".
Throttle -> "C...
tigerabrodi.blog5 min read