Questions tagged [reactive-extensions-js]

The Reactive Extensions for JavaScript is a set of libraries to compose asynchronous, resilient and responsive event driven programs using observable collections with ECMA Script5 Array#extras style composition in JavaScript.

121 questions
-1
votes
1 answer

I have a chain of Rx.Subjects (A->B->C->A), but the final step is not working

Live example. I'm completely new to Rx*. I'm trying to create a reactive version of MVC using RxJS for my thesis. It's loosely based on https://github.com/staltz/mvi-example I probably should've studied RxJS more before starting to code, but I've…
1 2 3
8
9