摘要: var CommentBox = React.createClass({ loadCommentsFromServer: function() { $.ajax({ url: this.props.url, dataType: 'json', success: ... 阅读全文
posted @ 2015-03-25 18:18 bjsunhe 阅读(1099) 评论(0) 推荐(0)
摘要: Hello React var CommentBox = React.createClass({ render: function() { return ( Hello, world! I am a Co... 阅读全文
posted @ 2015-03-25 18:09 bjsunhe 阅读(250) 评论(0) 推荐(0)