From d337417da00c6e3bba00baf41b64fe20e0ac53e0 Mon Sep 17 00:00:00 2001 From: kongngng <51318004+kongngng@users.noreply.github.com> Date: Tue, 4 Jun 2019 17:58:37 +0900 Subject: [PATCH 1/2] Update Additional-Reading.md #6132 - 'What is Reactive Programming?' was wrong link, so deleted. - First line was edited. --- docs/Additional-Reading.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Additional-Reading.md b/docs/Additional-Reading.md index b5a4a2604a..500537f53c 100644 --- a/docs/Additional-Reading.md +++ b/docs/Additional-Reading.md @@ -1,4 +1,4 @@ -(A more complete and up-to-date list of resources can be found at the reactivex.io site: [[http://reactivex.io/tutorials.html]]) +A more complete and up-to-date list of resources can be found at the [reactivex.io site](http://reactivex.io/tutorials.html) # Introducing Reactive Programming * [Introduction to Rx](http://www.introtorx.com/): a free, on-line book by Lee Campbell **(1.x)** @@ -10,7 +10,6 @@ * [Your Mouse is a Database](http://queue.acm.org/detail.cfm?id=2169076) by Erik Meijer * [A Playful Introduction to Rx](https://www.youtube.com/watch?v=WKore-AkisY) a video lecture by Erik Meijer * Wikipedia: [Reactive Programming](http://en.wikipedia.org/wiki/Reactive_programming) and [Functional Reactive Programming](http://en.wikipedia.org/wiki/Functional_reactive_programming) -* [What is Reactive Programming?](http://blog.hackhands.com/overview-of-reactive-programming/) a video presentation by Jafar Husain. * [2 minute introduction to Rx](https://medium.com/@andrestaltz/2-minute-introduction-to-rx-24c8ca793877) by André Staltz * StackOverflow: [What is (functional) reactive programming?](http://stackoverflow.com/a/1030631/1946802) * [The Reactive Manifesto](http://www.reactivemanifesto.org/) From e4e62321fb7448e2e53a1777936376a841ef2204 Mon Sep 17 00:00:00 2001 From: kongngng <51318004+kongngng@users.noreply.github.com> Date: Tue, 4 Jun 2019 19:16:15 +0900 Subject: [PATCH 2/2] Update Additional-Reading.md - add 'What is Reactive Programming?' link. --- docs/Additional-Reading.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Additional-Reading.md b/docs/Additional-Reading.md index 500537f53c..d634e956a6 100644 --- a/docs/Additional-Reading.md +++ b/docs/Additional-Reading.md @@ -10,6 +10,7 @@ A more complete and up-to-date list of resources can be found at the [reactivex. * [Your Mouse is a Database](http://queue.acm.org/detail.cfm?id=2169076) by Erik Meijer * [A Playful Introduction to Rx](https://www.youtube.com/watch?v=WKore-AkisY) a video lecture by Erik Meijer * Wikipedia: [Reactive Programming](http://en.wikipedia.org/wiki/Reactive_programming) and [Functional Reactive Programming](http://en.wikipedia.org/wiki/Functional_reactive_programming) +* [What is Reactive Programming?](https://www.youtube.com/watch?v=-8Y1-lE6NSA) a video presentation by Jafar Husain. * [2 minute introduction to Rx](https://medium.com/@andrestaltz/2-minute-introduction-to-rx-24c8ca793877) by André Staltz * StackOverflow: [What is (functional) reactive programming?](http://stackoverflow.com/a/1030631/1946802) * [The Reactive Manifesto](http://www.reactivemanifesto.org/)