© 2026 Hashnode
By using the throttle technique, we can optimize the performance of our website. It could be one of the best practices when building smooth and high-performing frontend applications. Throttling Throttling technique used to limit the rate at which a f...

When building modern web applications, performance matters. Whether you're listening for scroll events, resizing windows, or handling real-time input, you’ll eventually run into a problem: your function is firing too often. That’s where two powerful ...

In the dynamic world of web development, optimising performance is crucial for creating responsive and seamless user experiences. Two techniques, debounce and throttling, play key roles in managing the execution of functions, particularly in response...
