由买买提看人间百态

topics

全部话题 - 话题: nextprops
(共0页)
l**********n
发帖数: 8443
1
来自主题: Programming版 - react+redux这段评论的蛮好
var ReactComponentWithPureRenderMixin = {
shouldComponentUpdate: function(nextProps, nextState) {
return !shallowEqual(this.props, nextProps) ||
!shallowEqual(this.state, nextState);
}
};
(共0页)