Reactive extensions for Javascript code examples

Posted by Tuomas Hietanen on Stack Overflow See other posts from Stack Overflow or by Tuomas Hietanen
Published on 2010-03-23T15:12:33Z Indexed on 2010/03/23 15:13 UTC
Read the original article Hit count: 448

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 could I really make? Do you know any good demos or code examples using rx.js?

© Stack Overflow or respective owner

Related posts about reactive-extensions

Related posts about JavaScript