An open API service indexing awesome lists of open source software.

https://github.com/siddharthkp/es6-on-production

ES6 on production? Not so fast
https://github.com/siddharthkp/es6-on-production

cost es6 production transpilation

Last synced: 29 days ago
JSON representation

ES6 on production? Not so fast

Awesome Lists containing this project

README

          

### 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.