Skip to content

Commit f736069

Browse files
authored
Merge pull request #20 from reactjs/sync-31895292
Sync with react.dev @ 3189529
2 parents b4c11d4 + 81b6e98 commit f736069

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

src/content/community/conferences.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ August 17 & 18, 2023. Salt Lake City, UT, USA
1515

1616
[Website](https://www.reactrally.com/) - [Twitter](https://twitter.com/ReactRally) - [Instagram](https://www.instagram.com/reactrally/)
1717

18+
### React Native EU 2023 {/*react-native-eu-2023*/}
19+
September 7 & 8, 2023. Wrocław, Poland
20+
21+
[Website](https://react-native.eu) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu)
22+
23+
1824
### React India 2023 {/*react-india-2023*/}
19-
Oct 5 - 7, 2023. In-person in Goa, India (hybrid event) + Oct 3 2023 - remote day
25+
October 5 - 7, 2023. In-person in Goa, India (hybrid event) + Oct 3 2023 - remote day
2026

2127
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia) - [Youtube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w)
2228

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>

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)