-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Related to Forcing SSR instead of SSG section of async Server Components page,
Even though we change the line export const revalidate = 0; to some random seconds like export const revalidate = 90000; or completely removing that line, the page will still show current Date.now() time and let the user waits for 2 seconds. It will not perform SSG behavior (different result from what is being explained in that section; it says "When the page is loaded by the user, they experience no delay" but actually still need to wait?).
Any idea about that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels