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

Convert from React.createClass to ES6 classes #149

Closed svenkatreddy closed 8 years ago

svenkatreddy commented 8 years ago

Given React is moving syntactically towards native javascript/ES6. It's time to change createClass to ES6 class.

reactive-native already follows ES6 classes in their source and tutorial.

sophiebits commented 8 years ago

Thanks. We'll do it when we're ready in coordination with the other React docs.