Top "Reactive-extensions-js" questions

The Reactive Extensions for JavaScript (RxJS) is a set of libraries for composing asynchronous and event-based programs using observable collections and Array Extras style composition.

rxjs flatmap missing

I try to chain multiple rx.js observables and pass the data. Flatmap should be the fitting operator but with …

rxjs observable reactive-extensions-js
Angular2 RxJS getting 'Observable_1.Observable.fromEvent is not a function' error

I'm using AngularJS 2 Beta 0 and I'm trying to create an RxJS Observable from an event on a window object. I …

javascript angular typescript rxjs reactive-extensions-js