DEV Community

Discussion on: All Javascript apps need event throttling!!!

Collapse
 
kosich profile image
Kostia Palchyk

Nice article!

I've just posted a comparison of debounce vs throttle vs audit vs sample techniques in RxJS

RxJS (as well as other stream-based libraries) will also help you a lot with heavy load related optimizations and will manage nicely error handling and resource freeing.

GL