Skip to content

Instantly share code, notes, and snippets.

@viclotana
Last active October 25, 2018 15:41
Show Gist options
  • Save viclotana/d1bc8f2c7596b0484f531fe11d39edab to your computer and use it in GitHub Desktop.
Save viclotana/d1bc8f2c7596b0484f531fe11d39edab to your computer and use it in GitHub Desktop.
// lazy component
import { lazy } from 'react';
const OtherComponent = lazy(() => import('./OtherComponent'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment