Manoj Kumar
Sep 13, 2021

The reason I think people use observables for single use Async stuff is because using rxjs you can chain it along with non single use things.

For instance because angular’s default http library uses observables. You can make an API call, retry it, merge it with the response of a users click stream, debounce it, catch errors all in one nice pipe.

No responses yet