Skip to content

seajsws/async-await-demo

 
 

Repository files navigation

async/await demos for SJSW

This repo is a starting point for a demo talk scheduled on March 22, 2017. It's intended to demonstrated async and await features, which are rolling out now in evergreen browsers. To avoid having to resize and mess around with dev tools, the code exposes an in-page log panel and we can always add more stuff to it.

The AMD-esque loader used for this project's module system is built around promises and async functions, and so it provides a handy way of demonstrating their use in a fun, useful way. See this gist for more information.

About

Demo for Seattle JS workshop on 3/22/2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 5.4%
  • HTML 3.6%