All about debouncing, throttling and batching

Failing to properly use debounce or throttle taxing tasks your javascript apps (or any other app for that matter) can really hurt performance. In this article i’ll list some examples of debounce and javascript functions.