Reactive programming

  • Why reactive programming?
  • Push pull model
  • Hot vs cold observables
  • Rx.net (Alternatives?)
  • Operators
    • Subscription model

Hands on

  • Create observable
  • Error handling
  • Fan in
  • Fan out

Rx.js

  • Operators (pipe, forkJoin)
  • unsubscribe

Links: