Skip to content

Commit 36ef0ea

Browse files
merging all conflicts
2 parents 5ac48f9 + c2d6131 commit 36ef0ea

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

src/content/community/conferences.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,24 @@ October 17 - 19, 2024. In-person in Goa, India (hybrid event) + Oct 15 2024 - re
102102

103103
[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)
104104

105+
<<<<<<< HEAD
106+
=======
107+
### React Brussels 2024 {/*react-brussels-2024*/}
108+
October 18, 2024. In-person in Brussels, Belgium (hybrid event)
109+
110+
[Website](https://www.react.brussels/) - [Twitter](https://x.com/BrusselsReact)
111+
112+
### React Advanced London 2024 {/*react-advanced-london-2024*/}
113+
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
114+
115+
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
116+
117+
### React Africa 2024 {/*react-africa-2024*/}
118+
November 29, 2024. In-person in Casablanca, Morocco (hybrid event)
119+
120+
[Website](https://react-africa.com/) - [Twitter](https://x.com/BeJS_)
121+
122+
>>>>>>> c2d61310664cc0d94f89ca21fc1d44e674329799
105123
## Past Conferences {/*past-conferences*/}
106124

107125
### Frontend Nation 2024 {/*frontend-nation-2024*/}

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/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

0 commit comments

Comments
 (0)