-
Notifications
You must be signed in to change notification settings - Fork 71
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
Prefetch on hover #157
Comments
At the very least we need to add a field for onMouseHover in LinkProps. |
Should just accept all HTML element props. |
I agree. Will see what I can do. |
Thank you @jamesknelson <3 |
For anyone searching around why their |
@jamesknelson You might also be interested in how react-router does this: since recently they added a check for |
I'm using onMouseHover on my Links to prefetch components. It'd be nice if Link could support this natively with a boolean option.
navi could also cancel the request if the user has moved their mouse away.
The text was updated successfully, but these errors were encountered: