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

https://github.com/ericadamski/forwardjs-2018-async-struggle

📹 - A talk on RxJS given at ForwardJS Ottawa 🇨🇦 April 5th, 2018
https://github.com/ericadamski/forwardjs-2018-async-struggle

asynchronous conference conference-talk rxjs

Last synced: 3 months ago
JSON representation

📹 - A talk on RxJS given at ForwardJS Ottawa 🇨🇦 April 5th, 2018

Awesome Lists containing this project

README

        

# Overcoming the async struggle with Rx

A talk given at ForwardJS Ottawa 🇨🇦 April 5th, 2018

See `examples` for code examples used in the presentation.

See the presentation here http://slides.com/ericadamski-1/async-struggle, or the HTML version of the slides is in `slides-async-struggle.html`

## Resources

https://medium.com/@fahad19/my-list-of-rxjs-people-to-follow-f66375760ca4
http://reactivex.io/rxjs/
http://reactivex.io/intro.html
https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
https://nodejs.org/en/docs/guides/dont-block-the-event-loop/