import { lazy } from 'react'; const MyComponent = lazy(() => import('path/to/component'));. Unlike static imports, React's dynamic imports don't ...
確定! 回上一頁