Skip to content

Commit 3d96616

Browse files
Merge branch 'main' of https://github.com/reactjs/react.dev into sync-722b5464
2 parents 3d3d80f + 722b546 commit 3d96616

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

src/content/community/conferences.md

Lines changed: 7 additions & 1 deletion
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/community/meetups.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,10 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
9696

9797
## India {/*india*/}
9898
* [Ahmedabad](https://www.meetup.com/react-ahmedabad/)
99-
* [Bangalore](https://www.meetup.com/ReactJS-Bangalore/)
100-
* [Bangalore](https://www.meetup.com/React-Native-Bangalore-Meetup)
101-
* [Chandigarh](https://www.meetup.com/Chandigarh-React-Developers/)
99+
* [Bangalore (React)](https://www.meetup.com/ReactJS-Bangalore/)
100+
* [Bangalore (React Native)](https://www.meetup.com/React-Native-Bangalore-Meetup)
102101
* [Chennai](https://www.meetup.com/React-Chennai/)
103102
* [Delhi NCR](https://www.meetup.com/React-Delhi-NCR/)
104-
* [Jaipur](https://www.meetup.com/JaipurJS-Developer-Meetup/)
105103
* [Pune](https://www.meetup.com/ReactJS-and-Friends/)
106104

107105
## Indonesia {/*indonesia*/}

src/content/reference/react/use-client.md

Lines changed: 5 additions & 3 deletions
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

Lines changed: 5 additions & 3 deletions
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)