介绍响应式编程
- : a free, on-line book by Lee Campbell
- The introduction to Reactive Programming you’ve been missing by Andre Staltz
- from the Couchbase documentation
- Reactive Programming in Java 8 With RxJava, a course designed by Russell Elledge
- by Tomasz Kowalczewski
- What Every Hipster Should Know About Functional Reactive Programming - Bodil Stokke demos the creation of interactive game mechanics in RxJS
- by Erik Meijer
- A Playful Introduction to Rx a video lecture by Erik Meijer
- a video presentation by Jafar Husain.
- @andrestaltz/2-minute-introduction-to-rx-24c8ca793877">2 minute introduction to Rx by André Staltz
- by ColinTheShots
- StackOverflow: What is (functional) reactive programming?
- Grokking RxJava, Part 1: The Basics, , Part 3: Reactive with Benefits, - published in Sep/Oct 2014 by Daniel Lew
- FRP on Android - publish in Jan 2014 by Yaroslav Heriatovych
RxJava在Netflix的应用
- LambdaJam Chicago 2013: Functional Reactive Programming in the Netflix API by Ben Christensen
- QCon London 2013 presentation: and a related interview with Ben Christensen
- by Ben Christensen and Jafar Husain
- Optimizing the Netflix API by Ben Christensen
- by Jafar Husain
RxScala
- : video of Ben Christensen and Matt Jacobs presenting at SF Scala
Rx.NET
- Channel 9 MSDN videos on Reactive Extensions
- Rx Is now Open Source by Scott Hanselman
- Rx Workshop: Unified Programming Model
RxJS
- An interactive tutorial: Functional Programming in Javascript and by Jafar Husain
- Netflix JavaScript Talks - Async JavaScript with Reactive Extensions video of a talk by Jafar Husain about the Rx way of programming
- , an on-line book by @xgrommx
- by Gleb Bahmutov
其它资料
- by Anton Kropp
- RxJava in Different Flavours of Java: Java 7 and Java 8 implementations of the same code