1. React
  2. ReactiveConf
  3. 2016
  4. Paradigms for dealing with asynchrony

Paradigms for dealing with asynchrony

Jared Forsyth at ReactiveConf 2016

State changing over time is a frequent cause of bugs, confusion, and general hair-pulling, and we've developed a number of ways of trying to tame it—observables, concurrent sequential processes, continuation passing style, and async/await. Learn how each of these paradigms work, hear about the advantages and disadvantages of each, and more importantly, discover what they have in common, because they might be more similar than you think.