The reactive-extensions-js tag has no wiki summary.
43
votes
10answers
8k views
What is the leading LINQ for JavaScript library?
I'm looking for a JavaScript library that will allow me to query complex JSON objects using a LINQ-like syntax. A quick search found a couple of promising options that look they might offer what I ...
0
votes
3answers
770 views
trigger event after several ajax calls succeeded
I wonder which is the best approach to trigger an event after several (unordered) ajax calls finished.
To make it a bit clearer, I would like to call a Method doSomethingGreat() which triggers ...
6
votes
1answer
3k views
Reactive Extensions for Javascript code examples
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 ...