Skip to content

Commit 5fdaeee

Browse files
authored
Merge pull request #59 from reactjs/sync-2a2e02f1
Sync with react.dev @ 2a2e02f
2 parents 609b00b + 59caf32 commit 5fdaeee

File tree

3 files changed

+10
-37
lines changed

3 files changed

+10
-37
lines changed

src/content/community/conferences.md

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ June 14 & 18, 2024. In-person in Amsterdam, Netherlands + remote (hybrid event)
6666
### React Norway 2024 {/*react-norway-2024*/}
6767
June 14, 2024. In-person at Farris Bad Hotel in Larvik, Norway and online (hybrid event).
6868

69-
[Website](https://reactnorway.com/) - [Twitter](https://twitter.com/ReactNorway)
69+
[Website](https://frontendnation.com/) - [Twitter](https://twitter.com/frontendnation)
7070

7171
### Render(ATL) 2024 🍑 {/*renderatl-2024-*/}
7272
June 12 - June 14, 2024. Atlanta, GA, USA
@@ -108,41 +108,6 @@ March 22, 2024. In-person in Paris, France + Remote (hybrid)
108108

109109
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/) - [Videos](https://www.youtube.com/playlist?list=PL53Z0yyYnpWhUzgvr2Nys3kZBBLcY0TA7)
110110

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

src/content/learn/react-compiler.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,14 @@ Please refer to [Expo's docs](https://docs.expo.dev/preview/react-compiler/) to
357357

358358
React Native uses Babel via Metro, so refer to the [Usage with Babel](#usage-with-babel) section for installation instructions.
359359

360+
### Rspack {/*usage-with-rspack*/}
361+
362+
Please refer to [Rspack's docs](https://rspack.dev/guide/tech/react#react-compiler) to enable and use the React Compiler in Rspack apps.
363+
364+
### Rsbuild {/*usage-with-rsbuild*/}
365+
366+
Please refer to [Rsbuild's docs](https://rsbuild.dev/guide/framework/react#react-compiler) to enable and use the React Compiler in Rsbuild apps.
367+
360368
## Troubleshooting {/*troubleshooting*/}
361369

362370
To report issues, please first create a minimal repro on the [React Compiler Playground](https://playground.react.dev/) and include it in your bug report. You can open issues in the [facebook/react](https://github.com/facebook/react/issues) repo.

src/content/learn/reusing-logic-with-custom-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ export default function Counter() {
18991899
}
19001900
```
19011901
1902-
You'll need to write your custom Hook in `useCounter.js` and import it into the `Counter.js` file.
1902+
You'll need to write your custom Hook in `useCounter.js` and import it into the `App.js` file.
19031903
19041904
<Sandpack>
19051905

0 commit comments

Comments
 (0)