Skip to content
Discussion options

You must be logged in to vote

No, it means that for each <Link prefetch="render"/>, a <PrefetchPageLinks/> component will be rendered. This component simply adds a new <link rel="prefetch"/> element to start the prefetch. So when the browser processes the page, it will start prefetching those links in the background.

Typically you would add prefetch="intent" so the browser would only prefetch when the user hovers over the link. With prefetch="render", those resources will be prefetched automatically as soon as the page is rendered.

Just remember, prefetch only occurs in the browser. It does not affect SSR.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@emadabdulrahim
Comment options

@kiliman
Comment options

Answer selected by MichaelDeBoey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants