- Notifications
You must be signed in to change notification settings - Fork3k
A reactive programming library for JavaScript
License
ReactiveX/rxjs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Look for RxJS and related packages under the/packages directory. Applications like therxjs.dev documentation site are under the/apps directory.
Reactive Extensions Library for JavaScript. This is a rewrite ofReactive-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.
- 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 tomaster.
By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to theContributor Code of Conduct. Much like traffic laws, ignorance doesn't grant you immunity.
Because ofthis issue we're usingyarn
. (Basically the docs app uses@types/jasmine
, and the package uses@types/mocha
and they get hoisted to the top level bynpm install
with workspaces, and then TypeScript vomits everywhere when you try to build).
cd
to the repository rootyarn install
to install all dependenciesyarn workspace rxjs test
will run the RxJS test suiteyarn workspace rxjs.dev start
will start the rxjs.dev documentation site local development server
About
A reactive programming library for JavaScript