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

Reactive Programming in Javascript

Reactive Programming in Javascript

- What is RxJS
- Event Stream
- Why RxJS
- Rx Functions

Andres Osorio Plata

October 28, 2015
Tweet

More Decks by Andres Osorio Plata

Other Decks in Programming

Transcript

  1. Agenda • What is RxJS • Event Stream • Why

    RxJS • Rx Functions • Demo time!
  2. RxJS - What • Asynchronous • Event-based • Observable sequences

    • Fluent query operators (filter, map, etc) • Extends the observer pattern • Data Streams
  3. RxJS - Why • Avoid callback hell • Treat streams

    like collections (Array) • Promises on steroids • No flow control statements (if/for/etc)