Skip to content

Commit 63094f4

Browse files
committed
hopefully the final commit
1 parent 0f00e12 commit 63094f4

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

presentation/index.js

+14-8
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,17 @@ const operators = `
119119
- Example: map, concat, every, scan
120120
`
121121

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+
`
130133

131134
class Presentation extends Component {
132135
render () {
@@ -707,6 +710,9 @@ class Presentation extends Component {
707710
</Appear>
708711
</List>
709712
</Slide>
713+
<Slide bgColor='tertiary'>
714+
<Markdown source={learningResources} />
715+
</Slide>
710716
<Slide bgColor='tertiary'>
711717
<Heading size={1} caps fit textColor='primary' textFont='primary'>One last thing: The Cycle.js DevTool</Heading>
712718
<List>

0 commit comments

Comments
 (0)