Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Last active August 8, 2018 05:30
Show Gist options
  • Save ThaddeusJiang/697b33ea4d0e6d7ad7dd76a67b48292b to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/697b33ea4d0e6d7ad7dd76a67b48292b to your computer and use it in GitHub Desktop.
React 性能优化

代码方面

  1. 重写 shouldComponentUpdate 或利用 React.pureComponent 避免重复渲染

工程方面

  1. 使用生产版本
  2. 代码分割(Code Splitting)
  3. App Shell 模式
  4. 缓存技术(workbox)
  5. 使用 Chrome Performance 分析 React 耗时
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment