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

See the data flowing through your app

André Staltz
September 09, 2016

See the data flowing through your app

What if instead of building your own mental model of how data flows through your application, you could actually see the data flowing in real-time? In this talk we will explore functional and reactive streams as a building block in JavaScript applications, with tools like RxJS, Cycle.js, xstream, which enable DevTools from the future.

André Staltz

September 09, 2016
Tweet

More Decks by André Staltz

Other Decks in Programming

Transcript

  1. 1. I want an architecture for any kind of user

    interface 2. I want clean, readable, predictable code 3. I want to know how code works
  2. 1. I want an architecture for any kind of user

    interface 2. I want clean, readable, predictable code 3. I want to know how code works
  3. How to visualise the macro-level logic in slow motion? Program

    Control flow if, else, for, while, try, catch, stack trace, etc
  4. +1

  5. -1