Skip to content

Commit c0524e3

Browse files
merging all conflicts
2 parents af34e29 + 722b546 commit c0524e3

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ permalink: community/meetups.html
8989
## المجر {/*hungary*/}
9090
** [بودابست](https://www.meetup.com/React-Budestival/)
9191

92+
<<<<<<< HEAD
9293
## الهند {/*india*/}
9394
** [بنغالور](https://www.meetup.com/ReactJS-Bangalore/)
9495
* [بنغالور](https://www.meetup.com/React-Native-Bangalore-Meetup)
@@ -97,6 +98,15 @@ permalink: community/meetups.html
9798
* [دلهي إن سي آر](https://www.meetup.com/React-Delhi-NCR/)
9899
* [جايبور](https://www.meetup.com/JaipurJS-Developer-Meetup/)
99100
* [بيون](https://www.meetup.com/ReactJS-and-Friends/)
101+
=======
102+
## India {/*india*/}
103+
* [Ahmedabad](https://www.meetup.com/react-ahmedabad/)
104+
* [Bangalore (React)](https://www.meetup.com/ReactJS-Bangalore/)
105+
* [Bangalore (React Native)](https://www.meetup.com/React-Native-Bangalore-Meetup)
106+
* [Chennai](https://www.meetup.com/React-Chennai/)
107+
* [Delhi NCR](https://www.meetup.com/React-Delhi-NCR/)
108+
* [Pune](https://www.meetup.com/ReactJS-and-Friends/)
109+
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
100110
101111
## إندونيسيا {/*indonesia*/}
102112
** [إندونيسيا](https://www.meetup.com/reactindonesia/)

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,15 @@ export default function RichTextEditor(props) {
5959
## الاستخدام {/*usage*/}
6060
6161
<Wip>
62+
This section is a work in progress.
6263
64+
<<<<<<< HEAD
6365
هذا القسم غير مكتمل، شاهد أيضًا [توثيق Next.js لمكونات الخادم](https://beta.nextjs.org/docs/rendering/server-and-client-components).
6466
6567
</Wip>
68+
=======
69+
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
70+
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
71+
* More coming soon
72+
</Wip>
73+
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,16 @@ async function addToCart(data) {
4747
## Usage {/*usage*/}
4848

4949
<Wip>
50+
This section is a work in progress.
5051

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

5355
</Wip>
5456
>>>>>>> 819518cfe32dd2db3b765410247c30feea713c77
57+
=======
58+
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
59+
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
60+
* More coming soon
61+
</Wip>
62+
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252

0 commit comments

Comments
 (0)