React 优化技巧

使用一些技巧优化 React 性能。

  • shouldComponentUpdate 与 React.memo, useMemo
  • 使用虚拟滚动
  • React Fragments 减少标签
  • 尽量不要使用内联函数定义