reactjs / react-tutorial

Code from the React tutorial.
http://facebook.github.io/react/docs/tutorial.html
Other
3.29k stars 2.13k forks source link

feat(babel): Bump up the babel version 5.x to 6.x #158

Closed JisuPark closed 8 years ago

JisuPark commented 8 years ago

Hello, Is there any reasons to keep babel-core version as 5.x? If not, why don't we upgrade babel's version as 6.x? Current version is too old for tutorial I think.

Thanks!

Code Differences Explanation

As you know babel-browser is deprecated. According to https://github.com/babel/babel.github.io/commit/3dbf5ce194d3768059b1aa7b2968b8835d9ee940, babel's Try it Out link uses babel-standalone. So I think it is great alternatives.

zpao commented 8 years ago

I missed that babel-standalone supports everything we need now. Thanks for the reminder!