Skip to content

siddharthkp/es6-on-production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 on production? Not so fast!

 

This repo explores the cost of transpilation.

Setup

git clone git@github.com:siddharthkp/es6-in-production.git

cd es6-in-production

npm install

 

snippets

run npm run snippets to build and compare the extra cost of transpiling the functions that we use every day.

 

todomvc

run npm build and npm start to for a comparison of the same todo app with ES5, ES2015 and transpiled ES5 code.

Releases

No releases published

Packages

No packages published