Skip to content

Instantly share code, notes, and snippets.

@hwillson
Created February 16, 2019 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hwillson/a37e16457c1999196b7a2bbf40010010 to your computer and use it in GitHub Desktop.
Save hwillson/a37e16457c1999196b7a2bbf40010010 to your computer and use it in GitHub Desktop.
Apollo Client - 2.5.0 Announcement Post - Code Splitting 4
import Loadable from 'react-loadable';
import Loading from './components/Loading';
export const Stats = Loadable({
loader: () => import('./components/stats/Stats'),
loading: Loading,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment