Skip to content

Instantly share code, notes, and snippets.

@mrtoluadesina
Created April 26, 2021 11:25
Show Gist options
  • Save mrtoluadesina/9e5b644dce69e8ee8287f62f186d23c2 to your computer and use it in GitHub Desktop.
Save mrtoluadesina/9e5b644dce69e8ee8287f62f186d23c2 to your computer and use it in GitHub Desktop.
// without lazy
import OtherComponent from './OtherComponent';
// with lazy
const OtherComponent = React.lazy(() => import('./OtherComponent'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment