Reactive Extensions for Javascript Code Examples

Microsoft has published Reactive Extensions for Javascript . This should simplify asynchronous (and event-based) web-ui programming.

Currently a video and several tutorials. But how cool could the user interface be? Do you know any good demos or code examples using rx.js?

+7
javascript reactive-extensions-js
source share
1 answer

I think this demo game is pretty cool http://juhajasatu.com/worzone/ . The source is available on GitHub , and the author has several posts on JavaScript RX on his blog .

+4
source share

All Articles