Open shly opened 5 years ago
React.PureComponent 的 shouldComponentUpdate() 只会对对象进行浅对比(只比较引用类的地址),所以会提升性能。PureComponent 不允许重写shouldComponentUpdate方法
React.PureComponent 的 shouldComponentUpdate() 只会对对象进行浅对比(只比较引用类的地址),所以会提升性能。PureComponent 不允许重写shouldComponentUpdate方法