Reactive Extensions for Javascript code examples

2019-03-27 12:43发布

问题:

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?

回答1:

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