3

What's the difference/relationship between those two github groups:

martin
  • 93,354
  • 25
  • 191
  • 226
Yishu Fang
  • 9,448
  • 21
  • 65
  • 102

1 Answers1

2

Regarding RxJS there're two main version right now.

https://github.com/Reactive-Extensions/RxJS - RxJS 4 is the older RxJS implementation.

https://github.com/ReactiveX/RxJS - RxJS 5 is the new RxJS implementation rewritten from scratch. It was in development since RxJS 2 (for a couple of years) so they made it into a separate repository instead. This RxJS 5 is supposed to replace the older RxJS 4.

However I can't tell why for example RxJava is in https://github.com/ReactiveX/RxJava and not https://github.com/Reactive-Extensions/RxJava while with with RxCpp is exactly the other way around.

martin
  • 93,354
  • 25
  • 191
  • 226