You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
I'm just wondering, why is React.createClass() being used in the code examples instead of using classes? It seems pretty inconsistent to me when ES6 is already being used and it's mixed up with ES5 stuff.
The text was updated successfully, but these errors were encountered:
timche
changed the title
Why do the code examples using React.createClass?
Why do the code examples using React.createClass()?
Feb 22, 2016
timche
changed the title
Why do the code examples using React.createClass()?
Why are the code examples using React.createClass()?
Feb 22, 2016
I'm just wondering, why is
React.createClass()
being used in the code examples instead of using classes? It seems pretty inconsistent to me when ES6 is already being used and it's mixed up with ES5 stuff.The text was updated successfully, but these errors were encountered: