Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rxjs | 29,447 | 404,175 | 44,395 | 5 days ago | 163 | May 25, 2023 | 261 | apache-2.0 | TypeScript | |
A reactive programming library for JavaScript | ||||||||||
Formily | 10,077 | 278 | 9 days ago | 237 | July 10, 2023 | 38 | mit | TypeScript | ||
📱🚀 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3 | ||||||||||
Platform | 7,668 | 4,682 | 795 | a day ago | 135 | July 06, 2023 | 54 | other | TypeScript | |
Reactive State for Angular | ||||||||||
Mobx State Tree | 6,781 | 479 | 385 | 2 days ago | 109 | March 10, 2023 | 125 | mit | TypeScript | |
Full-featured reactive state management without the boilerplate | ||||||||||
Unirx | 6,349 | 2 | 6 months ago | 8 | April 16, 2016 | 235 | mit | C# | ||
Reactive Extensions for Unity | ||||||||||
Reactive | 6,169 | 1,358 | 1,690 | 2 days ago | 37 | June 14, 2023 | 137 | mit | C# | |
The Reactive Extensions for .NET | ||||||||||
Learn Rxjs | 3,576 | 6 months ago | 13 | mit | TypeScript | |||||
Clear examples, explanations, and resources for RxJS | ||||||||||
Mobx.dart | 2,307 | 32 | 61 | 7 days ago | 118 | May 05, 2023 | 67 | mit | Dart | |
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps. | ||||||||||
Marble | 2,081 | 9 | 21 | 7 months ago | 159 | March 06, 2023 | 5 | mit | TypeScript | |
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. | ||||||||||
Kefir | 1,828 | 9,210 | 262 | 7 months ago | 86 | November 28, 2020 | 38 | mit | JavaScript | |
A Reactive Programming library for JavaScript |
Look for RxJS and related packages under the /packages directory. Applications like the rxjs.dev documentation site are under the /apps directory.
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.
Most PRs should be made to master.
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.
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).
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