May 2018
Intermediate to advanced
376 pages
9h 22m
English
After reading lesson 33, you will be able to
Observables are objects in which you can subscribe to streams of data. Observables are like promises, but whereas a promise only resolves or rejects once, an observable can keep emitting new values indefinitely. If you were to think of promises as an asynchronous datum that you can wrap around setTimeout, observables would be the asynchronous data that you can wrap around setInterval.
In order to use observables today, at the time of this writing, you need to use one of the open ...
Read now
Unlock full access