MCPcopy Create free account
hub / github.com/ReactiveX/rxjs

github.com/ReactiveX/rxjs

Chat with this repo
repository ↗ · DeepWiki ↗ · release 8.0.0-alpha.14 ↗ · + Follow · compare 3 versions
1,766 symbols 7,213 edges 833 files 124 documented · 7% updated 26d ago9.0.0-beta.0 · 2026-08-04★ 31,704123 open issues

Browse by type

Functions 1,267 Types & classes 499
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

RxJS Logo RxJS: Reactive Extensions For JavaScript

CI npm version Join the chat at https://gitter.im/Reactive-Extensions/RxJS

RxJS 8 Monorepo

Look for RxJS and related packages under the /packages directory. Applications like the rxjs.dev documentation site are under the /apps directory.

Apache 2.0 License

Reactive Extensions Library for JavaScript. This is a rewrite of Reactive-Extensions/RxJS and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.

Versions In This Repository

  • master - This is all of the current work, which is against v8 of RxJS right now
  • 7.x - This is the branch for version 7.X
  • 6.x - This is the branch for version 6.X

Most PRs should be made to master.

Important

By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the Contributor Code of Conduct. Much like traffic laws, ignorance doesn't grant you immunity.

Development

Because of this issue we're using yarn. (Basically the docs app uses @types/jasmine, and the package uses @types/mocha and they get hoisted to the top level by npm install with workspaces, and then TypeScript vomits everywhere when you try to build).

  1. cd to the repository root
  2. yarn install to install all dependencies
  3. yarn workspace rxjs test will run the RxJS test suite
  4. yarn workspace rxjs.dev start will start the rxjs.dev documentation site local development server

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 781
Method 486
Class 370
Interface 127
Enum 2

Languages

TypeScript100%

Modules by API surface

packages/rxjs/src/internal/Observable.ts76 symbols
packages/rxjs/spec-dtslint/observables/bindCallback-spec.ts31 symbols
packages/rxjs/src/internal/types.ts29 symbols
packages/rxjs/src/internal/ajax/ajax.ts28 symbols
apps/rxjs.dev/src/app/app.component.ts25 symbols
packages/rxjs/src/internal/observable/fromEvent.ts23 symbols
apps/rxjs.dev/src/app/custom-elements/elements-loader.spec.ts23 symbols
packages/rxjs/src/internal/testing/TestScheduler.ts22 symbols
apps/rxjs.dev/src/app/shared/scroll-spy.service.ts22 symbols
packages/rxjs/spec/observables/dom/ajax-spec.ts20 symbols
packages/rxjs/spec-dtslint/helpers.ts20 symbols
apps/rxjs.dev/src/testing/doc-viewer-utils.ts20 symbols

Dependencies from manifests, versioned

@angular-devkit/build-angular13.1.2 · 1×
@angular-eslint/builder13.0.0 · 1×
@angular-eslint/eslint-plugin13.0.0 · 1×
@angular-eslint/eslint-plugin-template13.0.0 · 1×
@angular-eslint/template-parser13.0.0 · 1×
@angular/animations13.1.1 · 1×
@angular/cdk13.1.1 · 1×
@angular/cli13.1.2 · 1×
@angular/common13.1.1 · 1×
@angular/compiler13.1.1 · 1×
@angular/compiler-cli13.1.1 · 1×
@angular/core13.1.1 · 1×

For agents

$ claude mcp add rxjs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page