Skip to content

Commit

Permalink
Merge branch 'main' into sync-53fbed3f
Browse files Browse the repository at this point in the history
  • Loading branch information
khakimio authored Jul 9, 2024
2 parents a6910af + d19fb06 commit 6776362
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
8 changes: 2 additions & 6 deletions src/content/community/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c

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

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

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

<<<<<<< HEAD
=======

### Epic Web Conf 2024 {/*epic-web-2024*/}
April 10 - 11, 2024. In-person in Park City, UT, USA

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

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

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

=======
>>>>>>> 53fbed3f676013508fb9cce22a3fc8664b1dc5a1

### React Nexus 2024 {/*react-nexus-2024*/}
July 04 & 05, 2024. Bangalore, India (In-person event)

Expand Down
5 changes: 1 addition & 4 deletions src/content/learn/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ export default function App() {

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

<<<<<<< HEAD
Мұндай құмжәшіктер 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)
=======
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)
>>>>>>> 53fbed3f676013508fb9cce22a3fc8664b1dc5a1


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

Expand Down
8 changes: 8 additions & 0 deletions src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@ Please refer to [Expo's docs](https://docs.expo.dev/preview/react-compiler/) to

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

### Rspack {/*usage-with-rspack*/}

Please refer to [Rspack's docs](https://rspack.dev/guide/tech/react#react-compiler) to enable and use the React Compiler in Rspack apps.

### Rsbuild {/*usage-with-rsbuild*/}

Please refer to [Rsbuild's docs](https://rsbuild.dev/guide/framework/react#react-compiler) to enable and use the React Compiler in Rsbuild apps.

## Troubleshooting {/*troubleshooting*/}

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.
Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/reusing-logic-with-custom-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ export default function Counter() {
}
```
You'll need to write your custom Hook in `useCounter.js` and import it into the `Counter.js` file.
You'll need to write your custom Hook in `useCounter.js` and import it into the `App.js` file.
<Sandpack>
Expand Down

0 comments on commit 6776362

Please sign in to comment.