siddharthkp / es6-on-production

ES6 on production? Not so fast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ES6 on production? Not so fast

License:MIT License


Languages

Language:JavaScript 90.7%Language:HTML 9.3%