Skip to content

Instantly share code, notes, and snippets.

@hwillson
Created February 16, 2019 21:43
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/17433109582a1c318fb7010cefc5c660 to your computer and use it in GitHub Desktop.
Save hwillson/17433109582a1c318fb7010cefc5c660 to your computer and use it in GitHub Desktop.
Apollo Client - 2.5.0 Announcement Post - Code Splitting - Loadable
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