1. 首页
  2. 数据库
  3. 其它
  4. loadable components:推荐的React:scissors_selector::sparkles:代码拆分库 源码

loadable components:推荐的React:scissors_selector::sparkles:代码拆分库 源码

上传者: 2021-04-22 19:47:13上传 ZIP文件 2.55MB 热度 2次
React代码拆分变得容易。 减少捆束的大小而无压力 :scissors_selector: :sparkles: 。 npm install @loadable/component 有关使用可加载组件的更多信息,请参见的文档! 快速链接到一些访问量最大的页面: 例 import loadable from '@loadable/component' const OtherComponent = loadable ( ( ) => import ( './OtherComponent' ) ) function MyComponent ( ) { return ( < OtherComponent /
用户评论