An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)

![Title](title.png)

## 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