2019-11-14 |

.shouldComponentUpdate 是做什么的?

(react 性能优化是哪个周期函数?)
A
B
C
D
答案:
shouldComponentUpdate 这个方法用来判断是否需要调用 render 方法重新描绘 dom。因为 dom 的描绘非常消耗性能,如果我们能在 shouldComponentUpdate 方法中能够写出更优化的 dom diff 算法,可以极大的提高性能。
解释:

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论