gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Use ES2015 syntax for React #41

Open bogas04 opened 8 years ago

bogas04 commented 8 years ago

I can work on it.

How ?

browserify can use babelify transform with es2015 preset. I think we can even use react transform of babel and stop reactify, would give better control for syntax transform via just babel.

Once the tooling is setup, we can manually convert each component (I know it's lil hard but worth it)

Why ?