tEmbO
tEmbO copied to clipboard
[Suggestion] Rewrite modules using ES6 + Babel and Rollup for Module Optimisation
- Allow better syntax and code scalability leveraging ES6 Modules with Babel
- Use rollup for Module Bundling and code optimisation with effective tree-shaking and dead code elimination
cc @guisouza
@guisouza Considred, use of eslinter?
I even thought about writing in ES 2015 but I had already begun, so I decided to finish, but it is not a bad idea. Lets keep it open for now . +1
Eslint with config based on either AirBnB os JsStandard would be nice though
This is a toy-project I've started some time ago, it implements a very react-like interface: https://github.com/alanrsoares/blocks
It's even compatible with JSX through jsxPragma babel configuration
AirBnB +1