-
属性,状态,生命周期
查看全部 -
{...this.props} es6属性扩展 获取父组件的所有属性集
查看全部 -
属性扩展操作:{...props}
查看全部 -
{...this.props} es6属性扩展 获取父组件的所有属性集
查看全部 -
shouldComponentUpdate返回false时,界面不变化,但状态依然变化
查看全部 -
shouldComponentUpdate返回true则表示接受更新
查看全部 -
getDefaultProps和getInitialState在es6中被去掉了
查看全部 -
React组件声明周期函数:
componentWillMount
componentDidMount
componentWillUnmount
componentWillUpdate
componentDidUpdate
shouldComponentUpdate
componentWillReceiveProps
查看全部 -
组件就是把复杂逻辑代码拆分并达到高可用模块的思想查看全部
-
三个点...的操作符可以融合父子对象
查看全部 -
JavaScript的toLocaleString函数将数字转换为本地字符串
查看全部 -
es6中需要在构造函数中调用this.timerTick = this.timerTick.bind(this);
查看全部 -
componentDidMount实在初始化之后被渲染之前调用的函数
查看全部 -
getInitialState是组件初始化的时机
查看全部 -
三个点。。。表示属性扩展(es6的新特性)
查看全部
举报