Created
November 6, 2016 21:07
-
-
Save steida/b0598a238ce29f56b9cfccbf0b48bd7f to your computer and use it in GitHub Desktop.
Eagerly prefetch any component. Simple stupid.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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