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...