rxjs
by
ReactiveX

Description: A reactive programming library for JavaScript

View on GitHub ↗

Summary Information

Updated 31 minutes ago
Added to GitGenius on April 8th, 2021
Created on March 15th, 2015
Open Issues & Pull Requests: 300 (+0)
Number of forks: 2,994
Total Stargazers: 31,690 (+0)
Total Subscribers: 444 (+0)

Issue Activity (beta)

Open issues: 226
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,825 days
Stale 30+ days: 225
Stale 90+ days: 222

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • help wanted (193)
  • docs (182)
  • bug (168)
  • TS (75)
  • feature (50)
  • 8.x (31)
  • AGENDA ITEM (28)
  • 7.x (25)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 790.1 days
Mean response time: 905.4 days
90th percentile: 2084.8 days
Tracked items: 80

Most active contributors

Detailed Description

RxJS is a reactive programming library for JavaScript that implements the Reactive Extensions pattern, enabling developers to work with asynchronous data streams and event-driven programming. Written in TypeScript, the library provides a comprehensive toolkit for composing asynchronous operations through observables, operators, and functional reactive programming patterns. The project is maintained as a monorepo structure containing the core RxJS package alongside related packages and applications, with the documentation site rxjs.dev hosted within the same repository.

The library addresses core challenges in asynchronous JavaScript development by offering abstractions for handling non-blocking I/O, data transformation, and concurrent operations. RxJS enables developers to treat events, promises, and asynchronous data as streams that can be composed, filtered, and transformed using a rich set of operators. This functional reactive programming approach promotes composability and allows complex asynchronous logic to be expressed declaratively rather than through callback chains or promise nesting.

The current version tracked in the repository is RxJS 8, representing a significant rewrite of the original Reactive-Extensions/RxJS library. According to the README, this rewrite prioritizes improved performance, better modularity, and more debuggable call stacks while maintaining mostly backward compatibility with some intentional breaking changes that reduce the overall API surface. The repository maintains separate branches for version 7.x and 6.x, with most development contributions directed toward the master branch for v8 work.

GitGenius activity analysis reveals that the project experiences substantial issue and pull request volume, with a median response latency of approximately 18,962 hours and a mean latency of 21,730 hours across tracked items. The most frequently labeled issues relate to bugs, version 8.x features, and TypeScript-specific concerns. Benlesh emerges as the primary active contributor with 30 tracked events, followed by jakovljevic-mladen with 9 events, indicating concentrated maintainership. The repository shares overlapping contributors with major projects including Microsoft's VSCode, Angular, and TypeScript, reflecting RxJS's significance in the broader JavaScript ecosystem.

The development workflow uses yarn as the package manager rather than npm, a choice driven by workspace dependency resolution issues where conflicting TypeScript test type definitions would cause build failures. Contributors can run the test suite through yarn workspace commands and access local development of the documentation site. The project maintains formal governance structures including a Code of Conduct, contribution guidelines, and maintainer guidelines, all accessible from the repository root.

RxJS serves as a foundational library for reactive programming patterns across JavaScript applications, particularly in frameworks like Angular that have adopted reactive principles as core architectural patterns. The library's classification spans stream processing, observable patterns, asynchronous operations, event handling, and functional reactive programming, making it applicable to scenarios ranging from UI event handling to complex data pipeline transformations in backend systems.

rxjs
by
ReactiveXReactiveX/rxjs

Repository Details

Fetching additional details & charts...