Skip to content

Instantly share code, notes, and snippets.

@steida
Created November 6, 2016 21:07
Show Gist options
  • Select an option

  • Save steida/b0598a238ce29f56b9cfccbf0b48bd7f to your computer and use it in GitHub Desktop.

Select an option

Save steida/b0598a238ce29f56b9cfccbf0b48bd7f to your computer and use it in GitHub Desktop.
Eagerly prefetch any component. Simple stupid.
<Link to={`/people/${viewer.id}`}>
<div style={{ display: 'none' }}>
<ProfilePage params={{ id: viewer.id }} />
</div>
<FormattedMessage {...messages.yourPublicProfile} />
</Link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment