The Art of Optimization: Debouncing
Suppose your application has a search bar and it calls an API every time on change event is triggered. You typed some 6 letters word in that then that makes the API call 6 times. What if you typed some 100 or say 1000 letter word then wont that make ...
alishakausheen.hashnode.dev2 min read