Skip to content

Commit c14d990

Browse files
merging all conflicts
2 parents 5ac48f9 + 9aa2e36 commit c14d990

6 files changed

Lines changed: 74 additions & 6 deletions

File tree

src/content/community/conferences.md

Lines changed: 68 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+
<<<<<<< HEAD
1314
### React Paris 2024 {/*react-paris-2024*/}
1415
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1516

@@ -82,6 +83,8 @@ July 25, 2024. In-person in Berlin, Germany + remote (hybrid event)
8283

8384
[Website](https://thegeekconf.com) - [Twitter](https://twitter.com/thegeekconf)
8485

86+
=======
87+
>>>>>>> 9aa2e3668da290f92f8997a25f28bd3f58b2a26d
8588
### React Universe Conf 2024 {/*react-universe-conf-2024*/}
8689
September 5-6, 2024. Wrocław, Poland.
8790

@@ -102,8 +105,73 @@ October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - re
102105

103106
[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)
104107

108+
<<<<<<< HEAD
105109
## Past Conferences {/*past-conferences*/}
106110

111+
=======
112+
### React Brussels 2024 {/*react-brussels-2024*/}
113+
October 18, 2024. In-person in Brussels, Belgium (hybrid event)
114+
115+
[Website](https://www.react.brussels/) - [Twitter](https://x.com/BrusselsReact)
116+
117+
### React Advanced London 2024 {/*react-advanced-london-2024*/}
118+
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
119+
120+
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
121+
122+
### React Summit US 2024 {/*react-summit-us-2024*/}
123+
November 19 & 22, 2024. In-person in New York, USA + online (hybrid event)
124+
125+
[Website](https://reactsummit.us/) - [Twitter](https://twitter.com/reactsummit) - [Videos](https://portal.gitnation.org/)
126+
127+
### React Africa 2024 {/*react-africa-2024*/}
128+
November 29, 2024. In-person in Casablanca, Morocco (hybrid event)
129+
130+
[Website](https://react-africa.com/) - [Twitter](https://x.com/BeJS_)
131+
132+
### React Day Berlin 2024 {/*react-day-berlin-2024*/}
133+
December 13 & 16, 2024. In-person in Berlin, Germany + remote (hybrid event)
134+
135+
[Website](https://reactday.berlin/) - [Twitter](https://x.com/reactdayberlin)
136+
137+
## Past Conferences {/*past-conferences*/}
138+
139+
### React Rally 2024 🐙 {/*react-rally-2024*/}
140+
August 12-13, 2024. Park City, UT, USA
141+
142+
[Website](https://reactrally.com) - [Twitter](https://twitter.com/ReactRally) - [YouTube](https://www.youtube.com/channel/UCXBhQ05nu3L1abBUGeQ0ahw)
143+
144+
### The Geek Conf 2024 {/*the-geek-conf-2024*/}
145+
July 25, 2024. In-person in Berlin, Germany + remote (hybrid event)
146+
147+
[Website](https://thegeekconf.com) - [Twitter](https://twitter.com/thegeekconf)
148+
149+
### Chain React 2024 {/*chain-react-2024*/}
150+
July 17-19, 2024. In-person in Portland, OR, USA
151+
152+
[Website](https://chainreactconf.com) - [Twitter](https://twitter.com/ChainReactConf)
153+
154+
### React Nexus 2024 {/*react-nexus-2024*/}
155+
July 04 & 05, 2024. Bangalore, India (In-person event)
156+
157+
[Website](https://reactnexus.com/) - [Twitter](https://twitter.com/ReactNexus) - [Linkedin](https://www.linkedin.com/company/react-nexus) - [YouTube](https://www.youtube.com/reactify_in)
158+
159+
### React Summit 2024 {/*react-summit-2024*/}
160+
June 14 & 18, 2024. In-person in Amsterdam, Netherlands + remote (hybrid event)
161+
162+
[Website](https://reactsummit.com/) - [Twitter](https://twitter.com/reactsummit) - [Videos](https://portal.gitnation.org/)
163+
164+
### React Norway 2024 {/*react-norway-2024*/}
165+
June 14, 2024. In-person at Farris Bad Hotel in Larvik, Norway and online (hybrid event).
166+
167+
[Website](https://reactnorway.com/) - [Twitter](https://twitter.com/ReactNorway)
168+
169+
### Render(ATL) 2024 🍑 {/*renderatl-2024-*/}
170+
June 12 - June 14, 2024. Atlanta, GA, USA
171+
172+
[Website](https://renderatl.com) - [Discord](https://www.renderatl.com/discord) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/) - [LinkedIn](https://www.linkedin.com/company/renderatl) - [Podcast](https://www.renderatl.com/culture-and-code#/)
173+
174+
>>>>>>> 9aa2e3668da290f92f8997a25f28bd3f58b2a26d
107175
### Frontend Nation 2024 {/*frontend-nation-2024*/}
108176
June 4 - 7, 2024. Online
109177

src/content/reference/react-dom/components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ They are special in React because passing the `value` prop to them makes them *[
3434

3535
## Resource and Metadata Components {/*resource-and-metadata-components*/}
3636

37-
These bulit-in browser components let you load external resources or annotate the document with metadata:
37+
These built-in browser components let you load external resources or annotate the document with metadata:
3838

3939
* [`<link>`](/reference/react-dom/components/link)
4040
* [`<meta>`](/reference/react-dom/components/meta)

src/content/reference/react/cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ By caching a long-running data fetch, you can kick off asynchronous work prior t
226226
```jsx [[2, 6, "await getUser(id)"], [1, 17, "getUser(id)"]]
227227
const getUser = cache(async (id) => {
228228
return await db.user.query(id);
229-
})
229+
});
230230

231231
async function Profile({id}) {
232232
const user = await getUser(id);
@@ -327,7 +327,7 @@ In general, you should use [`useMemo`](/reference/react/useMemo) for caching a e
327327
'use client';
328328

329329
function WeatherReport({record}) {
330-
const avgTemp = useMemo(() => calculateAvg(record)), record);
330+
const avgTemp = useMemo(() => calculateAvg(record), record);
331331
// ...
332332
}
333333

src/content/reference/react/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The React reference documentation is broken down into functional subsections:
1515
Programmatic React features:
1616

1717
* [Hooks](/reference/react/hooks) - Use different React features from your components.
18-
* [Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
18+
* [Components](/reference/react/components) - Built-in components that you can use in your JSX.
1919
* [APIs](/reference/react/apis) - APIs that are useful for defining components.
2020
* [Directives](/reference/rsc/directives) - Provide instructions to bundlers compatible with React Server Components.
2121

src/content/reference/react/lazy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Now that your component's code loads on demand, you also need to specify what sh
7878
<Suspense fallback={<Loading />}>
7979
<h2>Preview</h2>
8080
<MarkdownPreview />
81-
</Suspense>
81+
</Suspense>
8282
```
8383

8484
In this example, the code for `MarkdownPreview` won't be loaded until you attempt to render it. If `MarkdownPreview` hasn't loaded yet, `Loading` will be shown in its place. Try ticking the checkbox:

src/content/reference/react/useSyncExternalStore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It returns the snapshot of the data in the store. You need to pass two functions
4141
4242
#### Parameters {/*parameters*/}
4343
44-
* `subscribe`: A function that takes a single `callback` argument and subscribes it to the store. When the store changes, it should invoke the provided `callback`. This will cause the component to re-render. The `subscribe` function should return a function that cleans up the subscription.
44+
* `subscribe`: A function that takes a single `callback` argument and subscribes it to the store. When the store changes, it should invoke the provided `callback`, which will cause React to re-call `getSnapshot` and (if needed) re-render the component. The `subscribe` function should return a function that cleans up the subscription.
4545
4646
* `getSnapshot`: A function that returns a snapshot of the data in the store that's needed by the component. While the store has not changed, repeated calls to `getSnapshot` must return the same value. If the store changes and the returned value is different (as compared by [`Object.is`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)), React re-renders the component.
4747

0 commit comments

Comments
 (0)