标签:无法 msu 方法 导致 lin col code react tutorial
1,纯函数-
this
对象props
,同样的props
会得到同样的渲染结果,不会有副作用2,React.createClass
3,React.Component
react.Component是以ES6的形式来创建react
的组件的,是React目前极为推荐的创建有状态组件的方式,相对于 React.createClass
可以更好实现代码复用。
绑定this可以应用bind call apply props 。 component组件用this时要先使用super
标签:无法 msu 方法 导致 lin col code react tutorial
原文地址:https://www.cnblogs.com/tiepeng/p/11711429.html