Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-rxjs
A collection of awesome RxJS resources
https://github.com/ichpuchtli/awesome-rxjs
Last synced: 1 day ago
JSON representation
-
Getting Started
- The introduction to Reactive Programming you've been missing
- Learnrx interactive operator tutorial
- Introduction to Reactive Programming - Egghead series by André Staltz for *brand new* to reactive programming
- Step-by-Step Async JavaScript with RxJS - Egghead series by John Lindquist
- Introducing the Observable - Egghead Series by Jafar Husain
- RxJS, Kefir and Bacon are "inspired by" FRP but not strict functional - Conal Elliott
- Learn RxJS - RxJS 5 descriptions, examples, and resources by Brian Troncone
- Reactive.how - Animated cards to learn Reactive Programming by Cédric Soulas
- The Two Pillars of JavaScript — Pt 2: Functional Programming
-
Libraries Built with RxJS
- arkverse/lell - Reactive state, no boilerplate, just init and subscribe
- WebRx - The Browser-based MVVM-Framework for ReactiveX-powered Single Page Applications.
-
Talks
- Reactive JavaScript at Netflix, Microsoft and the World - Matthew Podwysocki (Dec 2015)
- What if the user was a function? - Andre Staltz (Jun 2015)
- Controlling Time and Space: understanding the many formulations of FRP - Evan Czaplicki (Sep 2014)
-
Articles
- Containers Are Dead. Long Live Observable Combinators - Matti Lankinen (Nov 2015)
- Angular - Introduction to Reactive Extensions (RxJS) - gsans (Sep 2015)
- A Dead-Simple Todo List with RxJS - Edan Schwartz (Sep 2015)
- Impossível errar com RxJS e Redux - BR) Tiago Miranda (Mar 2018)
-
Examples
-
Testing
- How To Debug RxJS Code - Andre Staltz (Dec 2015)
- Testing reactive code - Dr. Gleb Bahmutov (Feb 2016)
- Testing your Rx application - RxJS documentation
- RxJs Testing in Real World Applications - Simon Jentsch (Feb 2016)
-
References
-
People
- Ben Lesh @BenLesh - Lead Maintainer of RxJS 5
- André Staltz @andrestaltz - Creator of Cycle.js
- Jafar Husain @jhusain - Technical Lead at Netflix, used to work at microsoft on Rx
- Matt Podwysocki @mattpodwysocki - Works at Netflix with Jafar on ReactiveX stuff
- Erik Meijer @headinthebox - Functional Programming Wizard
- ReactiveX Offical Twitter - Official ReactiveX/Rx twitter
- David Sheldrick @djsheldrick - Creator of Derivables.js
-
Community
-
React & RxJS
-
Hot vs Cold Observables
-
Beyond the Basics
- RxJS Beyond the Basics: Creating Observables from scratch - Egghead series by André Staltz
- RxJS Beyond the Basics: Operators in Depth - Egghead series by André Staltz