dustingetz / react-cursor

Immutable state for React.js
1.03k stars 50 forks source link

Convert to es6 #55

Closed dustingetz closed 9 years ago

dustingetz commented 9 years ago

We discussed converting to es6, summarizing discussion here.

As of @damassi's change to a webpack build, code is running through babel so we can use es6.

I don't want to lose git blame without a really good reason, so i'd prefer you didn't convert to es6 unless there is a really good reason to do it. if the es6 diff is really small, then its fine. if it changes a lot of lines, id rather wait

Daniel Miladinov: lets wait then, It’d be lots of changes

dustingetz commented 9 years ago

This basically happened already