找考题网-背景图
多项选择题

shouldComponentUpdate 的作用是啥以及为何它这么重要?()

A.根据nextProps,nextState组件的应用场景设置函数的合理返回值能够帮我们避免不必要的更新
B.可以用nextprops修改props
C.可以用nextprops修改state
D.shouldComponentUpdate 允许我们手动地判断是否要进行组件更新