好的博文地址: http://www.ruanyifeng.com/blog/2015/03/react.html

官网学习地址:http://facebook.github.io/react/docs/getting-started.html

React中文网站:http://reactjs.cn/react/docs/tutorial.html

JSX语法地址:http://facebook.github.io/react/docs/displaying-data.html#jsx-syntax

React.Children方法文档:https://facebook.github.io/react/docs/top-level-api.html#react.children

PropTypes设置文档:http://facebook.github.io/react/docs/reusable-components.html

DOM diff文档: http://calendar.perfplanet.com/2013/diff/

事件清单:http://facebook.github.io/react/docs/events.html#supported-events

具体元素的参考文档:http://facebook.github.io/react/docs/forms.html

组件的生命周期:https://facebook.github.io/react/docs/working-with-the-browser.html#component-lifecycle

组件生命周期方法的具体文档:http://facebook.github.io/react/docs/component-specs.html#lifecycle-methods