Who made RxJS / ReactiveX?
Asked Answered
B

1

12

I'm curious who started ReactiveX / RxJS?

Rx seems to be implemented in a lot of languages/platforms, I'm curious to what's the origins of it? Which project was first?

RxJS is used heavily in Angular web framework. Was there a company behind it like Microsoft, Netflix or Google?

Broad answered 10/3, 2019 at 17:5 Comment(1)
If you wanna take a look @ rxjs repo, here it is: github.com/ReactiveX/rxjs... plus some good references: rxjs.dev/resources | reactive.howRecompense
A
9

The concept of Reactive Programming was introduced by Microsoft , then the library was made by Netfilx. Here you can read more about Netflix Rx journey

Amphiprostyle answered 10/3, 2019 at 20:18 Comment(2)
Wow, not sure why this question got down voted... I guess not much history buffs around here... Anyway I found this as well. blogs.msdn.microsoft.com/interoperability/2012/11/06/… If that blog post is correct, the first version of Rx was for .NET and it was originally introduced by Microsoft.Broad
Rx* is just a product of Microsoft that they Open Sourced. The strange thing was that when I developed in Windows Phone it would be Obsolete because .NET has also its own functionality. I even did replace those Rx functions with .NET functions. It was not an integrated .NET Component. And now suddenly its a Hot Open Source thing because its used heavily in Angular. Looks like some kind of reincarnation :-)Prod

© 2022 - 2024 — McMap. All rights reserved.