RxJS icon
RxJS icon

RxJS

»The Reactive Extensions for JavaScript (RxJS) is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators that many of you already know by Array#extras in JavaScript.

Cost / License

  • Free
  • Open Source

Platforms

  • Online
-
No reviews
0likes
1comment
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

RxJS News & Activities

Highlights All activities

Recent activities

No activities found.

RxJS information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Education & Reference

GitHub repository

  •  19,415 Stars
  •  2,081 Forks
  •  286 Open Issues
  •   Updated  (Archived)
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about RxJS, and it has gotten 0 likes

RxJS was added to AlternativeTo by superluminar on and this page was last updated .

Comments and Reviews

   
 Post comment/review
Oldarney
0

I'm investigating it for use with Feathers / vue

What is RxJS?

»The Reactive Extensions for JavaScript (RxJS) is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators that many of you already know by Array#extras in JavaScript. Using RxJS, developers represent asynchronous data streams with Observables, query asynchronous data streams using our many operators, and parameterize the concurrency in the asynchronous data streams using Schedulers. Simply put, RxJS = Observables + Operators + Schedulers.« – https://github.com/Reactive-Extensions/RxJS