DEV Community

Discussion on: RxJS and Angular, I'm not feeling it

Collapse
 
vivainio profile image
Ville M. Vainio

The advantage of mixing is that code is usually more readable with async/await, when single value is being produced.

I’m not suggesting rewriting anything, but rather being more open to using Promises in own and library code.