jifengdehao
Results
2
issues of
jifengdehao
打包优化
1
@可以添加lazy懒加载哈哈哈 main.js ``` /// React 16.6 or higher // 使用Suspense做Code-Splitting const withSuspense = (Component) => { return (props) => ( ) } const Home = withSuspense(lazy(() => import("../home/index"))) const Post...