reactive-extensions-js Questions

1

Solved

How does one structure an rxjs app? There are about a hundred toy intro examples, but not a single example of a full app, with widgets, subwidgets, etc., showing data flow through the whole applica...
Pardue asked 27/2, 2014 at 15:28

1

Solved

I would expect that the following code would run asynchronously: var range = Rx.Observable.range(0, 3000000); range.subscribe( function(x) {}, function(err) {}, function() { console.log('Comp...

1

I've been having some trouble with a recursive chain of observables. I am working with RxJS, which is currently in version 1.0.10621, and contains most basic Rx functionality, in conjunction with ...

1

Solved

How do I import in GHCJS a Javascript function like the following ? xs.subscribe(function(x) { console.log(x) }) I tried various combinations of the following without success: data Observable_ ...
Exultation asked 16/10, 2013 at 22:49

1

Solved

I have a user-programming scenario where user can end up creating two observables that depend on each other. RxJS does not allow circular dependencies, as far as I can see, the memory or stack reac...
Revolutionist asked 29/6, 2013 at 21:30

1

Solved

In Requesting a clear, picturesque explanation of Reactive Extensions (RX)? I asked about what RX is all about, and I think, thanks to the provided answers I now got the idea. In the referenced qu...
Sebrinasebum asked 25/2, 2013 at 8:9

2

Solved

For a long time now I am trying to wrap my head around RX. And, to be true, I am never sure if I got it - or not. Today, I found an explanation on http://reactive-extensions.github.com/RxJS/ which...
Wetterhorn asked 22/2, 2013 at 21:52

0

I have installed visual studio 2010 express and then Reactive Extensions 2.0. When I start my app in debug mode, part of code where reactive extensions is used following exception is thrown: The ...
Merriemerrielle asked 31/8, 2012 at 20:58

1

I have an observable collection to which I want to keep feeding objects and they should reach observers even after someone has subscribed to it (which ofcourse is the main aim of an observable). Ho...
Camilla asked 16/2, 2012 at 15:31

1

Solved

Is SignalR the same thing is Reactive Extensions? Can you explain why or why not?
Lodi asked 7/12, 2011 at 19:58

1

Microsoft have published Reactive Extensions for Javascript. It should make asynchronous (and event based) web-ui programming easy. There are currently a video and some tutorials. But how cool UI ...
Intuitionism asked 23/3, 2010 at 15:12

© 2022 - 2024 — McMap. All rights reserved.