Code Splitting In React 大揭秘

Code Splitting 已经是前端工程化进程中必不可少的一环,特别对于大型的前端项目,熟练掌握 Code Splitting 刻不容缓,本场 Chat 将给大家带来:

  1. 什么是 Code Splitting
  2. 考虑什么情况下开始使用代码分割
  3. 优势与劣势
  4. Code Splitting 应该是基于路由还是基于组件
  5. 如何在 React 中做 Code Splitting
  6. 使用 React.Lazy
  7. 使用第三方库加载异步代码
  8. 优化代码分割与动态加载

阅读全文: http://gitbook.cn/gitchat/activity/5cff952c5dbbe50d8ded32af

您还可以下载 CSDN 旗下精品原创内容社区 GitChat App ,阅读更多 GitChat 专享技术内容哦。

Code Splitting In React 大揭秘_第1张图片

你可能感兴趣的:(Code Splitting In React 大揭秘)