Debouncing and Throttling
In this article, we see debouncing and throttling with the help of code examples and use cases.
Debouncing
A common use case of debouncing is the search bar on a website. When we type something in the search bar, it makes an API call to fetch data f...
aakankshadhurandhar.hashnode.dev3 min read