Reaccionar la importación dinámica

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