Skip to content

Commit

Permalink
Clarify these features are not related to Next (#6229)
Browse files Browse the repository at this point in the history
Co-authored-by: Luna Wei <[email protected]>
  • Loading branch information
lunaleaps and Luna Wei authored Aug 21, 2023
1 parent 842c24c commit f67811b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions src/content/reference/react/use-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ When a file marked `'use client'` is imported from a server component, [compatib
## Usage {/*usage*/}
<Wip>
This section is a work in progress.
This section is incomplete. See also the [Next.js documentation for Server Components](https://beta.nextjs.org/docs/rendering/server-and-client-components).
</Wip>
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
* More coming soon
</Wip>
8 changes: 5 additions & 3 deletions src/content/reference/react/use-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ Alternatively, add `'use server';` at the very top of a file to mark all exports
## Usage {/*usage*/}

<Wip>
This section is a work in progress.

This section is incomplete. See also the [Next.js documentation for Server Components](https://beta.nextjs.org/docs/rendering/server-and-client-components).

</Wip>
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
* More coming soon
</Wip>

0 comments on commit f67811b

Please sign in to comment.