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
Please have a look at my comments on why I prefer createClass over class: reactjs/core-notes#15 (comment)
Ultimately, favor stateless component over stateful component.
Just following up, interestingly FB seems determined to deprecate React.createClass, or move it to a separate package, what does this spell out for StarHackIt or any thoughts?
Just curious if there any particular reason that the entire application is written with
instead of
Not an issue, just wanted to understand rationale...
The text was updated successfully, but these errors were encountered: