标签: reactjs
有人能告诉我在编写这个组件时我犯了什么错误。我被告知意外的令牌,我看不出错误。
var App = React.createClass({ render: function(){ return ( <h1>React FireBase</h1> ) } });