I am a bit confused. What is the difference between these libraries?https://github.com/ReactiveX/rxjshttps://github.com/Reactive-Extensions/RxJSWhat is the difference between rx , @ reactivex / rxjs rxjs on npm.If you are looking for npm, are there some libraries for rxjs that are official?https://www.npmjs.com/search?q=rx
RxJS 4 is hosted at: https://github.com/Reactive-Extensions/RxJS
RxJS 5 ( https://github.com/ReactiveX/rxjs ) replaces RxJS 4 and is relatively compatible with RxJS 4. README.md on gtihub says :
JavaScript reactive extension library. This is a rewrite of Reactive-Extensions / RxJS and is intended to replace it after it's ready.
RxJS 5 is fully written in TypeScript and compiled with both ES6 and ES5 (as a package in UMD format).
RxJS 6 is also located here.
In addition, RxJS 4 is now called rx and npm, while RxJS 5 is now rxjs . The copied @reactivex/rxjs is probably just the older npm package (both come from the same repo).
rx
rxjs
@reactivex/rxjs
https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md
Source: https://habr.com/ru/post/1012146/More articles:how to use GROUP_CONCAT in laravel - laravelReturn PDF to browser using Asp.net core - fileFirebaseAnalytics.getInstance shows a warning but compiles successfully - androidadb: error: remote object '/data/data/com.me.myproject' does not exist - androidBest practice for avoiding code duplication when implementing iterator and constant classes - c ++requests.exceptions.SSLError - pythonHow to indent / format code selection in VSCode using ctrl + shift + f - indentationWhat is the difference between realm.write and realm.beginWrite + realm.commitWrite? - iosAngular 2 route with url parameter conflicts with other routes - angularInsert VS code for Python - pythonAll Articles