Awesome
RxJS Workshop at MLOC.js
Hosted by André Staltz
Exercises
Also available in the directories in this repository. Avoid looking at solution
as much as you can. ;)
1. Imperative array handling
2. Functional array handling
3. Functional event stream handling
4. Observables vs Promises
5. DOM Events
6. Combining two orthogonal Observables
7. AND and OR combinators
8. Correlational combinators
9. Cold and Hot Observables
10. FlatMap: the mother of all operators
Example use of FlatMap.