https://github.com/maxgallo/talk-rxjs-mobx
Talk: RxJS is far from dead, Long live MobX
https://github.com/maxgallo/talk-rxjs-mobx
Last synced: 8 months ago
JSON representation
Talk: RxJS is far from dead, Long live MobX
- Host: GitHub
- URL: https://github.com/maxgallo/talk-rxjs-mobx
- Owner: maxgallo
- Created: 2018-10-16T17:14:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T00:04:31.000Z (about 7 years ago)
- Last Synced: 2024-12-06T21:36:02.168Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15.2 MB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - talk-rxjs-mobx
README
# RxJS is far from dead, long live MobX
Slides and example code of the talk
## Slides
The slides are available as _pdf_ [slides.pdf](slides.pdf) or _markdown_ [slides.md](slides.md)
## Live Coding
In the talk there are two section of live coding.
"Before" is what we started with, and "after" is where we arrived.
### Live coding: MobX
- before: [mobx0.js](code/mobx0.js)
- after: [mobx1.js](code/mobx1.js)
### Live coding: RxJS
- before: [rxjs0.js](code/rxjs0.js)
- after: [rxjs1.js](code/rxjs1.js)

## Tools
What I used for these slides
- Slides: [Deckset](https://www.decksetapp.com/)
- Draws: [draw.io](https://www.draw.io)
- Live Coding: Vim + [heaving configuration](https://github.com/maxgallo/dotfiles) + [nodemon](https://github.com/remy/nodemon) for hot reloading