DEV Community

Discussion on: Preload on hover?

Collapse
 
niorad profile image
Antonio Radovcic

You could check it in the Network-Tab in your DevTools. Dev.to is using something similar. What you could do is to cache the results in an array, and on click replace the HTML of the page with the fetched one, which would give you kind-of-instant page-loads.

Collapse
 
itachiuchiha profile image
Itachi Uchiha

I checked now. Looks really useful. I should implement it. Thanks.