DEV Community

Discussion on: Angular Concepts in React: The Async Pipe

Collapse
 
spock123 profile image
Lars Rye Jeppesen

React is just not geared towards using Observables, it's totally centered around Promises.

Collapse
 
lysofdev profile image
Esteban Hernández

Agreed, you can however, call the .toPromise() method on the final Observable.