tEmbO icon indicating copy to clipboard operation
tEmbO copied to clipboard

[Suggestion] Rewrite modules using ES6 + Babel and Rollup for Module Optimisation

Open alanrsoares opened this issue 9 years ago • 5 comments

  • 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

alanrsoares avatar Feb 14 '16 20:02 alanrsoares

@guisouza Considred, use of eslinter?

Pompeu avatar Feb 14 '16 20:02 Pompeu

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

guisouza avatar Feb 14 '16 20:02 guisouza

Eslint with config based on either AirBnB os JsStandard would be nice though

alanrsoares avatar Feb 14 '16 20:02 alanrsoares

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

alanrsoares avatar Feb 14 '16 20:02 alanrsoares

AirBnB +1

Pompeu avatar Feb 15 '16 13:02 Pompeu