We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RxJS https://github.com/Reactive-Extensions/RxJS
rxjs-jquery https://github.com/Reactive-Extensions/rxjs-jquery
rx-book http://xgrommx.github.io/rx-book 对应项目地址 https://github.com/xgrommx/rx-book
讲解 Functionl Programming 典型操作(map,filter,concatAll,reduce,zip)的交互式教程,亲测有用。 http://reactivex.io/learnrx/
一篇中文文章(就是选自上面的 rx-book 的) https://github.com/benjycui/introrx-chinese-edition 对应这篇文章 http://xgrommx.github.io/rx-book/content/guidelines/introduction/index.html 或者翻墙访问原始 Gist https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
在 RxMarbles 这个网站上,你可以看到 RxJS 的许多操作符对应的“流示意图”,图上的事件点是可拖拽的。 http://rxmarbles.com/
一种专门针对 RxJS 的可视化审查工具:RxVision,利用它可以可视化地查看 RxJS 程序形成了哪些 Stream,以及它们之间的关联 http://jaredforsyth.com/2015/03/06/visualizing-reactive-streams-hot-and-cold/
你还可以把自己写的 Clojurescript 代码放进下面的交互网页中,亲自查看 RxVision 的使用效果。 http://jaredforsyth.com/rxvision/examples/playground/