This tutorial is for members only

Learn Straight from the Experts Who Shape the Modern Web

200+
In-Depth Courses
21
Learning Paths
Industry Leading Experts
Live Interactive Workshops

Learn Debounce And Throttle In 16 Minutes

Web Dev Simplified
Web Dev Simplified
JavaScript
April 2, 2022

Debounce and throttle are two easy techniques to implement that will drastically increase the performance of any site that has heavy API usage. In this video I show you how to implement both techniques, compare the pros/cons of each, and give real world examples of when to use each technique.