Skip to content

Commit f67811b

Browse files
lunaleapsLuna Wei
and
Luna Wei
authored
Clarify these features are not related to Next (#6229)
Co-authored-by: Luna Wei <[email protected]>
1 parent 842c24c commit f67811b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Diff for: src/content/reference/react/use-client.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ When a file marked `'use client'` is imported from a server component, [compatib
5151
## Usage {/*usage*/}
5252
5353
<Wip>
54+
This section is a work in progress.
5455
55-
This section is incomplete. See also the [Next.js documentation for Server Components](https://beta.nextjs.org/docs/rendering/server-and-client-components).
56-
57-
</Wip>
56+
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
57+
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
58+
* More coming soon
59+
</Wip>

Diff for: src/content/reference/react/use-server.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Alternatively, add `'use server';` at the very top of a file to mark all exports
4949
## Usage {/*usage*/}
5050

5151
<Wip>
52+
This section is a work in progress.
5253

53-
This section is incomplete. See also the [Next.js documentation for Server Components](https://beta.nextjs.org/docs/rendering/server-and-client-components).
54-
55-
</Wip>
54+
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
55+
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
56+
* More coming soon
57+
</Wip>

0 commit comments

Comments
 (0)