Niharika Gurnaniniharikagurnani.hashnode.dev·Feb 5, 2024Using Debouncing vs Throttling & implementation in AngularPurpose: 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...253 readsDebouncingAndThrottlingInAngular