摘要: var React_app = React.createClass({ render: function() { var age = this.props.age; var name = this.props.name; ... 阅读全文
posted @ 2015-03-23 04:21 Zhentiw 阅读(230) 评论(0) 推荐(0) 编辑
摘要: React Lesson 1: render methodWhen you write return in render function, better to put () there.When you return multi-tags in return, include th... 阅读全文
posted @ 2015-03-23 03:08 Zhentiw 阅读(224) 评论(0) 推荐(0) 编辑
摘要: React Lesson 0 阅读全文
posted @ 2015-03-23 03:01 Zhentiw 阅读(233) 评论(0) 推荐(0) 编辑