Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Going Reactive: Eine Einführung in die reaktive Programmierung

Going Reactive: Eine Einführung in die reaktive Programmierung

Benedikt Stemmildt

November 04, 2019
Tweet

More Decks by Benedikt Stemmildt

Other Decks in Programming

Transcript

  1. Rx.Observable.flatMapLatest(selector, [thisArg]) Projects each element of an observable sequence into

    a new sequence of observable sequences by incorporating the element's index and then transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence. WTF?
  2. NOW

  3. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  4. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  5. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  6. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  7. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  8. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  9. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY
  10. Basics From pull to push Observable The Operator Onion Voodoo

    The Good, the Bad and the Ugly How and when to use THEORY