So, to lazy load a component, but prefetch it behind the scenes: const Hi = React.lazy(() => import(/* webpackPrefetch: true */ "./Hi") ); ...
確定! 回上一頁