const OtherComponent = React.lazy(() => import('./OtherComponent'));. This will automatically load the bundle containing the OtherComponent when this component ...
確定! 回上一頁