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
1 Answer
Reset to default 17RxJS 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