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.
Questions tagged [reactive-extensions-js]
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…

T.Kaukoranta
- 415
- 10
- 25