How to use subjects to multicast observers in RxJS Blog

added by JavaScript Kicks
8/2/2019 7:17:53 AM

1355 Views

RxJS is a framework for reactive programming that makes use of observables, which makes it really easy to write asynchronous code. According to the official documentation, this project is a kind of reactive extension to JavaScript with "better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface."


0 comments