Using Debouncing vs Throttling & implementation in Angular
Feb 5, 2024 · 4 min read · 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 event {value changes - subscribe} Suppose we're entering some letters in the search bar, there we se...
Join discussion