1. React
  2. dotJS
  3. 2017
  4. Async + Await

Async + Await

See how async + await works, best practices for flow control, and several solutions for handling errors.

Wes Bos at dotJS 2017

Flow Control in JavaScript is hard! Native Promises in JavaScript have helped immensely, but the syntax is still a little callback-y. With Async + Await, we can write synchronous looking code without losing any of the benefits of JavaScript's asynchronous nature. Wes explores how async + await works, best practices for flow control, and explores several solutions for handling errors.