摘要: 1.性能优化 1.shouldComponentUpdate 在render调用之前会调用shouldComponentUpdate,不建议在 shouldComponentUpdate() 中进行深层比较或使用 JSON.stringify()。这样非常影响效率,且会损害性能。 该方法有两个参数: 阅读全文
posted @ 2022-04-15 16:59 木头小屋 阅读(31) 评论(0) 推荐(0) 编辑