Skip to content

Commit 3b8a6f3

Browse files
authored
Merge pull request #57 from reactjs/sync-56df8af5
Sync with react.dev @ 56df8af
2 parents e03eb2c + 81fd4c7 commit 3b8a6f3

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

src/content/community/conferences.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1010

1111
## Upcoming Conferences {/*upcoming-conferences*/}
1212

13+
1314
### React Paris 2024 {/*react-paris-2024*/}
1415
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1516

@@ -45,6 +46,13 @@ May 22 - 24, 2024. In-person in Kraków, Poland + remote
4546

4647
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
4748

49+
50+
### Frontend Nation 2024 {/*frontend-nation-2024*/}
51+
June 4 - 7, 2024. Online
52+
53+
[Website](https://frontendnation.com/) - [Twitter](https://twitter.com/frontendnation)
54+
55+
4856
### React Summit 2024 {/*react-summit-2024*/}
4957
June 14 & 18, 2024. In-person in Amsterdam, Netherlands + remote (hybrid event)
5058

@@ -93,6 +101,41 @@ October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - re
93101

94102
## Past Conferences {/*past-conferences*/}
95103

104+
### Frontend Nation 2024 {/*frontend-nation-2024*/}
105+
June 4 - 7, 2024. Online
106+
107+
[Website](https://frontendnation.com/) - [Twitter](https://twitter.com/frontendnation)
108+
109+
### App.js Conf 2024 {/*appjs-conf-2024*/}
110+
May 22 - 24, 2024. In-person in Kraków, Poland + remote
111+
112+
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
113+
114+
### React Conf 2024 {/*react-conf-2024*/}
115+
May 15 - 16, 2024. In-person in Henderson, NV, USA + remote
116+
117+
[Website](https://conf.react.dev) - [Twitter](https://twitter.com/reactjs)
118+
119+
### React Native Connection 2024 {/*react-native-connection-2024*/}
120+
April 23, 2024. In-person in Paris, France
121+
122+
[Website](https://reactnativeconnection.io/) - [Twitter](https://twitter.com/ReactNativeConn)
123+
124+
### React Miami 2024 {/*react-miami-2024*/}
125+
April 19 - 20, 2024. In-person in Miami, FL, USA
126+
127+
[Website](https://reactmiami.com/) - [Twitter](https://twitter.com/ReactMiamiConf)
128+
129+
### Epic Web Conf 2024 {/*epic-web-2024*/}
130+
April 10 - 11, 2024. In-person in Park City, UT, USA
131+
132+
[Website](https://www.epicweb.dev/conf) - [YouTube](https://www.youtube.com/@EpicWebDev)
133+
134+
### React Paris 2024 {/*react-paris-2024*/}
135+
March 22, 2024. In-person in Paris, France + Remote (hybrid)
136+
137+
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
138+
96139
### React Day Berlin 2023 {/*react-day-berlin-2023*/}
97140
December 8 & 12, 2023. In-person in Berlin, Germany + remote first interactivity (hybrid event)
98141

src/content/learn/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ export default function App() {
3737

3838
Дәл осы жерде код жазуға немесе жоғарғы оң жақ бұрыштағы «Fork» түймесін басу арқылы кодты жаңа табта ашуға болады.
3939

40+
<<<<<<< HEAD
4041
Мұндай құмжәшіктер React құжаттамасының беттерінің көпшілігінде қолжетімді. React құжаттамасынан басқа, React-ті қолдайтын көптеген онлайн құмжәшіктері бар: мысалы, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), немесе [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
42+
=======
43+
Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?template=QWYVwWN)
44+
>>>>>>> 56df8af577407c69889f24a4c7d9ddb54745a26b
4145
4246
### Локальде React-тi қолданып көріңіз {/*try-react-locally*/}
4347

src/content/reference/react/act.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ it('can render and update a counter', async () => {
109109
});
110110
```
111111

112-
Here, wwe create a container, append it to the document, and render the `Counter` component inside `act()`. This ensures that the component is rendered and its effects are applied before making assertions.
112+
Here, we create a container, append it to the document, and render the `Counter` component inside `act()`. This ensures that the component is rendered and its effects are applied before making assertions.
113113

114114
Using `act` ensures that all updates have been applied before we make assertions.
115115

0 commit comments

Comments
 (0)