#Is there a way to trigger astrojs-prefetch inside react component links?
3 messages · Page 1 of 1 (latest)
Astro being MPA, anything standard html should work https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ
for that you'd need the standard link not the special React component Link and make sure end result DOM is as expected.