Prefetching links and images with Remix
Options
In Remix you can use the <Link> component to prefetch resources.
It would prefetch both the loader data from the route and the JavaScript the route needs.
You have 4 different options:
none: No prefetching
intent: Prefetch on hover or focus...
tigerabrodi.blog2 min read