Impor Dinamis di ReactJs

const OtherComponent = React.lazy(() => import('./OtherComponent'));
Blushing Bee