Skip to content

Instantly share code, notes, and snippets.

@timse
Created May 16, 2017 13:36
Show Gist options
  • Save timse/b2782677d2e7d51b58efe34294e71e18 to your computer and use it in GitHub Desktop.
Save timse/b2782677d2e7d51b58efe34294e71e18 to your computer and use it in GitHub Desktop.
// foo.js
import('./async-bar').then( a => console.log(a));
import('./async-baz').then( a => console.log(a));
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment