一、UI更新
1.使用pureComponent代替Component
https://juejin.im/post/5b1caceb5188257d63226743
2.使用shouldComponentUpdate控制render
3.修改原生视图使用setNativeProps,而不使用setState
4.耗时的任务和动画在动画之后在进行,一般使用InteractionManager
1.使用pureComponent代替Component
https://juejin.im/post/5b1caceb5188257d63226743
2.使用shouldComponentUpdate控制render
3.修改原生视图使用setNativeProps,而不使用setState
4.耗时的任务和动画在动画之后在进行,一般使用InteractionManager