Skip to content

mkjs/elegant-async-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elegant-async-code

Example code for my "Elegant async code with ES2015 Promises" talk

Introduction

This is an extremely fake email client app, written in React (with JSX), to demonstrate elegant async code with ES2015 Promises, a talk I'm giving at MK.js on 23 Feb 2016.

Usage

From a clean checkout, get the app into your browser in one line:

npm install && npm start

At this point, if you want to start tinkering, open another terminal and type:

npm install -g gulp-cli
gulp watch

Browser support

At time of writing, this is only going to work in Firefox, Chrome and Opera, since it uses both Promise and fetch() natively.

Further reading

If the talk piqued your interest, try these:

About

Example code for my "Elegant async code with ES2015 Promises" talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 9.5%
  • HTML 6.3%