【发布时间】:2017-08-04 11:29:11
【问题描述】:
这两个 github 组之间有什么区别/关系:
- 反应式扩展 (https://github.com/Reactive-Extensions)
- ReactiveX (https://github.com/ReactiveX)
【问题讨论】:
标签: rxjs reactive-programming rxjs5 reactivex reactive-extensions-js
这两个 github 组之间有什么区别/关系:
【问题讨论】:
标签: rxjs reactive-programming rxjs5 reactivex reactive-extensions-js
关于 RxJS 目前有两个主要版本。
https://github.com/Reactive-Extensions/RxJS - RxJS 4 是较旧的 RxJS 实现。
https://github.com/ReactiveX/RxJS - RxJS 5 是从头开始重写的新 RxJS 实现。它自 RxJS 2 以来一直在开发中(几年),因此他们将其改为单独的存储库。这个 RxJS 5 应该替换旧的 RxJS 4。
但是我不知道为什么例如 RxJava 在 https://github.com/ReactiveX/RxJava 而不是 https://github.com/Reactive-Extensions/RxJava 而与 RxCpp 正好相反。
【讨论】: