When we build web applications, some events like scrolling, resizing, or typing can fire hundreds of times per second. If we handle every single event directly, it can slow down our app. That’s where Debouncing and Throttling come in — two techniques...
tvishasharma.hashnode.dev2 min read
No responses yet.