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
- Host: GitHub
- URL: https://github.com/ericadamski/forwardjs-2018-async-struggle
- Owner: ericadamski
- Created: 2018-04-02T12:36:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T12:45:20.000Z (about 7 years ago)
- Last Synced: 2025-01-06T09:45:39.183Z (5 months ago)
- Topics: asynchronous, conference, conference-talk, rxjs
- Language: HTML
- Size: 380 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/