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

Cooking with RxJS

Cooking with RxJS

We will break down ReactiveX to basics by using everyday metaphors in order to fully embrace the reactiveness and then show this reactive mindset in building a real-world application.

Miroslav Jonaš

September 27, 2018
Tweet

More Decks by Miroslav Jonaš

Other Decks in Programming

Transcript

  1. An API for asynchronous programming
 with observable streams. COOKING WITH

    RXJS @meeroslav ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences. Reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change.
  2. REACTIVEX IS A COMBINATION OF THE BEST IDEAS FROM THE

    OBSERVER PATTERN, THE ITERATOR PATTERN, 
 AND FUNCTIONAL PROGRAMMING. COOKING WITH RXJS @meeroslav
  3. THANK YOU ▸ Tweet/stalk me: @meeroslav ▸ Demo source: github.com/meeroslav/rx-tetris

    ▸ Slides: speakerdeck.com/meeroslav/cooking-with-rxjs ▸ angular-austria.at