Slides and example code of the talk
The slides are available as pdf slides.pdf or markdown slides.md
In the talk there is a live coding session divided into three parts
- before: rxjs_before.js Initial state
- after: rxjs_after.js Full rewrite
- hybrid: rxjs_after_hybrid.js Custom and library operators at the same time
If you want to learn more about RxJS
- Reactive Programming Introduction André Stalz
- Building Observables Ben Lesh
- Building yur own Observable Todd Motto
What I used for these slides
- Slides: Deckset
- Draws: draw.io
- Live Coding: Vim + some configuration + nodemon for hot reloading
