tnrich / react-variable-height-infinite-scroller

variable row height scroller (no precomputation of row height necessary)
29 stars 4 forks source link

Build Tools #5

Closed dozoisch closed 9 years ago

dozoisch commented 9 years ago

I see that you are building with https://github.com/petehunt/jsx-loader but it's deprecated in favor of babel.

So I'd do a PR to switch to babeljs.io. We can then refactor to more ES6 stuff (like let & const), shorthand functions and etc., if you want!

tnrich commented 9 years ago

Babel sounds good! It looks like the airbnb guide recommends mostly es6 syntax, so I'm happy to switch to that.