Rxjs
Webinar: Observables For All

Single Use vs. Multiple Use

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

In this section, we are going to start getting into what makes promises and observables different.

Single Use vs Multiple Use

The promises are single event asychronous pipelines, which makes them usable for one instance. Whereas the observables can be set to change continuously at any set intervals. Observables become a reusable asychronous pipeline.

 

I finished! On to the next chapter