Skip to content

Question related to 11. async Server Components #6

@naingaungphyo

Description

@naingaungphyo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions