Skip to content

Suspense usage section: shouldn't it say "client-only content" instead of "server-only"? #6157

Closed
@tdd

Description

@tdd

Hey there!

In the process of translating the <Suspense> reference page to French, I got doubts about that heading:

Providing a fallback for server errors and server-only content

The section does cover providing a fallback for errors on the server side (as these areas might render correctly client-side) and then goes on to say:

You can use this to opt out some components from rendering on the server

And indeed, it explains how to piggyback on server error fallbacks to make components that only render client-side. Seems like client-onky content to me, not server-only content.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions