#debouncing-and-throttling
Read more stories on Hashnode
Articles with this tag
Purpose: To optimize the performance of the web app, How? By limiting the rate of function calls for eg. API calls. For example - search bar -> Input...