Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created May 9, 2019 10:38
Show Gist options
  • Save ThaddeusJiang/3fc83dfd3b358ae9143591d8c161cd4a to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/3fc83dfd3b358ae9143591d8c161cd4a to your computer and use it in GitHub Desktop.
When should use React.lazy, and why?

When should use React.lazy, and why?

  • React.lazy 解决了什么问题?

延迟加载,提高性能。

  • 那么有每一个 Component 都使用 lazy 吗?

显然用?

  • 那么什么时候应该使用?

根据条件渲染,有时显示,有时不显示的组件。 长页面,页面下方,需要滚动鼠标查看的位置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment