how to load data on link hover?
is there a way to preload data on link hover?
<Router preload>
didn't do anything.1 Reply
It's built in already
Even with the basic template it already works. You just have to add the load function to the route component. As soon as you hover load will fire with
intent="preload"