@@ -119,14 +119,17 @@ const operators = `
119
119
- Example: map, concat, every, scan
120
120
`
121
121
122
- // const learningResources = `
123
- // ## Learning Resources!
124
- //
125
- // - [@BenLesh](https://twitter.com/benlesh?lang=en)
126
- // - [@AndreStaltz](https://twitter.com/andrestaltz)
127
- // - [@MattPodwysocki](https://twitter.com/mattpodwysocki)
128
- // - [@headinthebox](https://twitter.com/headinthebox)
129
- // `
122
+ const learningResources = `
123
+ ## Learning Resources:
124
+
125
+ - [Cycle.js Fundamentals](https://egghead.io/courses/cycle-js-fundamentals)
126
+ - [Introduction to Reactive Programming](https://egghead.io/courses/introduction-to-reactive-programming)
127
+ - [Step-by-Step Async JavaScript with RxJS](https://egghead.io/courses/step-by-step-async-javascript-with-rxjs)
128
+ - [RxJS Beyond the Basics: Operators in Depth](https://egghead.io/courses/rxjs-beyond-the-basics-operators-in-depth)
129
+ - [RxJS Beyond the Basics: Creating Observables from Scratch](https://egghead.io/courses/rxjs-beyond-the-basics-creating-observables-from-scratch)
130
+ - [ReactiveX.io Intro](http://reactivex.io/)
131
+ - [RxMarbles: Interactive diagrams of Rx Observables](http://rxmarbles.com/)
132
+ `
130
133
131
134
class Presentation extends Component {
132
135
render ( ) {
@@ -707,6 +710,9 @@ class Presentation extends Component {
707
710
</ Appear >
708
711
</ List >
709
712
</ Slide >
713
+ < Slide bgColor = 'tertiary' >
714
+ < Markdown source = { learningResources } />
715
+ </ Slide >
710
716
< Slide bgColor = 'tertiary' >
711
717
< Heading size = { 1 } caps fit textColor = 'primary' textFont = 'primary' > One last thing: The Cycle.js DevTool</ Heading >
712
718
< List >
0 commit comments