guisouza / tEmbO

:elephant: My own tiny react-like rendering engine.
MIT License
121 stars 10 forks source link

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

Open alanrsoares opened 8 years ago

alanrsoares commented 8 years ago

cc @guisouza

Pompeu commented 8 years ago

@guisouza Considred, use of eslinter?

guisouza commented 8 years ago

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

alanrsoares commented 8 years ago

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

alanrsoares commented 8 years ago

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

Pompeu commented 8 years ago

AirBnB +1