Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Who made RxJS / ReactiveX?

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?

like image 945
Quang Van Avatar asked Mar 10 '19 17:03

Quang Van


People also ask

Who developed ReactiveX?

ReactiveX (also known as Reactive Extensions) is a software library originally created by Microsoft that allows imperative programming languages to operate on sequences of data regardless of whether the data is synchronous or asynchronous.

When was RxJS released?

Since its release in 2015, RxJS has been gaining momentum and helped shape other popular libraries and frameworks such as Angular and NestJS.

Is RxJS built into angular?

Reactive Extensions for JavaScript, or RxJS, is a JavaScript library that uses observables for reactive programming. It can be used with other JavaScript libraries and frameworks, and it integrates well into Angular.

What is ReactiveX Java?

ReactiveX is a project which aims to provide reactive programming concept to various programming languages. Reactive Programming refers to the scenario where program reacts as and when data appears.


1 Answers

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

like image 107
Omar Beshary Avatar answered Sep 22 '22 16:09

Omar Beshary