Skip to content

Commit 6776362

Browse files
authored
Merge branch 'main' into sync-53fbed3f
2 parents a6910af + d19fb06 commit 6776362

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

src/content/community/conferences.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,16 @@ 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
1413
### React Paris 2024 {/*react-paris-2024*/}
1514
March 22, 2024. In-person in Paris, France + Remote (hybrid)
1615

1716
[Website](https://react.paris/) - [Twitter](https://twitter.com/BeJS_) - [LinkedIn](https://www.linkedin.com/events/7150816372074192900/comments/)
1817

19-
<<<<<<< HEAD
20-
=======
18+
2119
### Epic Web Conf 2024 {/*epic-web-2024*/}
2220
April 10 - 11, 2024. In-person in Park City, UT, USA
2321

2422
[Website](https://www.epicweb.dev/conf) - [YouTube](https://www.youtube.com/@EpicWebDev)
25-
>>>>>>> c3bc5affa0e7452e306c785af11798d16b4f6dd4
2623

2724
### React Miami 2024 {/*react-miami-2024*/}
2825
April 19 - 20, 2024. In-person in Miami, FL, USA
@@ -69,8 +66,7 @@ June 14, 2024. In-person at Farris Bad Hotel in Larvik, Norway and online (hybri
6966

7067
[Website](https://reactnorway.com/) - [Twitter](https://twitter.com/ReactNorway)
7168

72-
=======
73-
>>>>>>> 53fbed3f676013508fb9cce22a3fc8664b1dc5a1
69+
7470
### React Nexus 2024 {/*react-nexus-2024*/}
7571
July 04 & 05, 2024. Bangalore, India (In-person event)
7672

src/content/learn/installation.md

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

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

40-
<<<<<<< HEAD
4140
Мұндай құмжәшіктер 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-
>>>>>>> 53fbed3f676013508fb9cce22a3fc8664b1dc5a1
41+
4542

4643
### Локальде React-тi қолданып көріңіз {/*try-react-locally*/}
4744

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)