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
- Host: GitHub
- URL: https://github.com/siddharthkp/es6-on-production
- Owner: siddharthkp
- License: mit
- Created: 2017-02-17T15:46:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T21:41:22.000Z (over 8 years ago)
- Last Synced: 2025-04-01T14:12:51.385Z (6 months ago)
- Topics: cost, es6, production, transpilation
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd 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.