Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 146 Bytes

why-rxjs.md

File metadata and controls

3 lines (2 loc) · 146 Bytes

Why Rxjs

Promises lack the ability to generate more than one value, ability to retry and it doesn't really play well with other async concepts.