Skip to content

Instantly share code, notes, and snippets.

@narendrashetty
Created January 8, 2017 16:38
Show Gist options
  • Save narendrashetty/a9f5fcf7eb4d0ea5e080bce2abc9d944 to your computer and use it in GitHub Desktop.
Save narendrashetty/a9f5fcf7eb4d0ea5e080bce2abc9d944 to your computer and use it in GitHub Desktop.
<Route path="home" name="home" getComponent={(nextState, cb) => {
require.ensure([], (require) => {
cb(null, require('../components/Home').default);
}, 'HomeView');
}}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment