-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to prefetch props via <Link> component #1175
Comments
Hi! We just blogged about a way of doing this by adding a caching layer and calling |
@gmaliandi lets add it to the readme under FAQ 😄 |
Brilliant! |
And today we published this in NPM: data-prefetch-link! |
Going to close this issue. Core support is not needed thanks to @gmaliandi's brilliant work 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per @rauchg's suggestion, this option should be explicit:
Adding the ability to prefetch props has some seriously cool implications, the most obvious being that it essentially sounds the death knell for loading indicators.
The text was updated successfully, but these errors were encountered: