react的几种性能优化

1 shouldComponentUpdate  PureComponent

2 循环key

3 路由懒加载 ( react-loadable )

4 图片懒加载

5 事件绑定不要写在标签里,从外面引方法

6 immutable

持续更新 ---- 陆续把几种优化原理跟使用方法更新上来

猜你喜欢

转载自www.cnblogs.com/lrqcx/p/12176077.html