最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - What is the difference between Reactive-ExtensionsRxJS and ReactiveXrxjs - Stack Overflow

programmeradmin3浏览0评论

I am a bit confused. What is the difference between these libraries?




What is the differance between rx, @reactivex/rxjs rxjs on npm.

If you search npm there are multiple libraries for rxjs which one is the official?

I am a bit confused. What is the difference between these libraries?

https://github./ReactiveX/rxjs
https://github./Reactive-Extensions/RxJS

What is the differance between rx, @reactivex/rxjs rxjs on npm.

If you search npm there are multiple libraries for rxjs which one is the official?

https://www.npmjs./search?q=rx

Share Improve this question edited Nov 8, 2016 at 14:09 martin 96.9k26 gold badges203 silver badges235 bronze badges asked Nov 8, 2016 at 14:02 ArinArin 6526 silver badges16 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 17

RxJS 4 is hosted on: https://github./Reactive-Extensions/RxJS

RxJS 5 (https://github./ReactiveX/rxjs) replaces RxJS 4 and is relatively patible with RxJS 4. README.md on gtihub says:

Reactive Extensions Library for JavaScript. This is a rewrite of Reactive-Extensions/RxJS and is intended to supersede it once this is ready.

RxJS 5 is pletely written in TypeScript and piled to both as ES6 and ES5 (as a bundle in UMD format).

There's also RxJS 6 currently in development.

Also, RxJS 4 is now called rx and npm while RxJS 5 is rxjs now. The scoped one @reactivex/rxjs is probably just an older npm package (they both e from the same repo).

https://github./ReactiveX/rxjs/blob/master/MIGRATION.md

发布评论

评论列表(0)

  1. 暂无评论