Skip to content

Commit 519e12b

Browse files
authored
Merge pull request #129 from reactjs/sync-bd87c394
Sync with react.dev @ bd87c39
2 parents 253b1e9 + 5dbae25 commit 519e12b

File tree

7 files changed

+545
-47
lines changed

7 files changed

+545
-47
lines changed

src/content/community/conferences.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ July 03 - 05, 2025. In-person in Bangalore, India
7676

7777
[Website](https://reactnexus.com/) - [Twitter](https://x.com/ReactNexus) - [Bluesky](https://bsky.app/profile/reactnexus.com) - [Linkedin](https://www.linkedin.com/company/react-nexus) - [YouTube](https://www.youtube.com/reactify_in)
7878

79-
### React Summit US 2025 {/*react-summit-us-2025*/}
80-
November 18 - 21, 2025. In-person in New York, USA + remote (hybrid event)
81-
8279
[Website](https://reactsummit.us/) - [Twitter](https://x.com/reactsummit)
8380

8481
### React Advanced London 2025 {/*react-advanced-london-2025*/}
@@ -100,7 +97,7 @@ February 12-13, 2026. In-person in New Delhi, India
10097
### React Paris 2026 {/*react-paris-2026*/}
10198
March 26 - 27, 2026. In-person in Paris, France (hybrid event)
10299

103-
[Website](https://react.paris/) - [Twitter](https://x.com/BeJS_) - [YouTube](https://www.youtube.com/playlist?list=PL53Z0yyYnpWitP8Zv01TSEQmKLvuRh_Dj)
100+
[Website](https://www.reactuniverseconf.com/) - [Twitter](https://twitter.com/react_native_eu) - [LinkedIn](https://www.linkedin.com/events/reactuniverseconf7163919537074118657/)
104101

105102

106103
### CityJS London 2026 {/*cityjs-london-2026*/}
@@ -112,6 +109,37 @@ April 14-17, 2026. In-person in London
112109
## Past Conferences {/*past-conferences*/}
113110

114111

112+
### React Norway 2025 {/*react-norway-2025*/}
113+
June 13, 2025. In-person in Oslo, Norway + remote (virtual event)
114+
115+
[Website](https://reactnorway.com/) - [Twitter](https://x.com/ReactNorway)
116+
117+
### CityJS Athens 2025 {/*cityjs-athens*/}
118+
May 27 - 31, 2025. In-person in Athens, Greece
119+
120+
[Website](https://athens.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
121+
122+
### App.js Conf 2025 {/*appjs-conf-2025*/}
123+
May 28 - 30, 2025. In-person in Kraków, Poland + remote
124+
125+
[Website](https://appjs.co) - [Twitter](https://twitter.com/appjsconf)
126+
127+
### CityJS London 2025 {/*cityjs-london*/}
128+
April 23 - 25, 2025. In-person in London, UK
129+
130+
[Website](https://london.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
131+
132+
### React Paris 2025 {/*react-paris-2025*/}
133+
March 20 - 21, 2025. In-person in Paris, France (hybrid event)
134+
135+
[Website](https://react.paris/) - [Twitter](https://x.com/BeJS_) - [YouTube](https://www.youtube.com/playlist?list=PL53Z0yyYnpWitP8Zv01TSEQmKLvuRh_Dj)
136+
137+
### React Native Connection 2025 {/*react-native-connection-2025*/}
138+
April 3 (Reanimated Training) + April 4 (Conference), 2025. Paris, France.
139+
140+
[Website](https://reactnativeconnection.io/) - [X](https://x.com/reactnativeconn) - [Bluesky](https://bsky.app/profile/reactnativeconnect.bsky.social)
141+
142+
115143
### React Norway 2025 {/*react-norway-2025*/}
116144
June 13, 2025. In-person in Oslo, Norway + remote (virtual event)
117145

src/content/learn/thinking-in-react.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,15 @@ Anza kwa kuchora visanduku kuzunguka kila kijenzi na kijenzi kidogo kwenye kiigi
3737

3838
Kulingana na msingi wako, unaweza kufikiria kugawanya muundo katika vijenzi kwa njia tofauti:
3939

40+
<<<<<<< HEAD
4041
* **Programming**--tumia mbinu zile zile za kuamua ikiwa unapaswa kuunda kitendaji kipya au object. Mbinu moja kama hiyo ni [kanuni ya uwajibikaji mmoja (single responsibility principle)](https://en.wikipedia.org/wiki/Single_responsibility_principle), yaani, kijenzi kinapaswa kufanya jambo moja tu. Ikiwa kitaishia kukua, inapaswa kigawanywe kiwe vijenzi vidogo.
4142
* **CSS**--fikiria ni nini ungetengeneza viteule vya darasa. (Hatahivyo, vijenzi ni vidogo kwa kiasi fulani.)
4243
* **Design**--fikiria jinsi unavyoweza kupanga safu za muundo.
44+
=======
45+
* **Programming**--use the same techniques for deciding if you should create a new function or object. One such technique is the [separation of concerns](https://en.wikipedia.org/wiki/Separation_of_concerns), that is, a component should ideally only be concerned with one thing. If it ends up growing, it should be decomposed into smaller subcomponents.
46+
* **CSS**--consider what you would make class selectors for. (However, components are a bit less granular.)
47+
* **Design**--consider how you would organize the design's layers.
48+
>>>>>>> bd87c394dc1daf0e54759126f847fcfa927e5a75
4349
4450
Ikiwa JSON yako imeundwa vizuri, mara nyingi utapata kwamba inaelekeza kwa muundo wa vijenzi vya UI yako. Hiyo ni kwa sababu UI na miundo ya data mara nyingi huwa na usanifu sawa wa habari--yaani, umbo sawa. Tenganisha UI yako katika vijenzi, ambapo kila kijenzi kinalingana na kipande kimoja cha muundo yako wa data.
4551

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ Katika CodeSandbox utaona sehemu tatu kuu:
283283

284284
![CodeSandbox na msimbo wa mwanzo](../images/tutorial/react-starter-code-codesandbox.png)
285285

286-
287286
1. Sehemu ya _Files_ na orodha ya mafaili kama `App.js`, `index.js`, `styles.css` na folda inayoitwa `public`
288287
1. _Kihariri cha msimbo_ ambapo utaona msimbo wa chanzo wa faili uliyouchagua
289288
1. Sehemu ya _kivinjari_ ambapo utaona jinsi msimbo ulioandika utakavyonyeshwa

src/content/reference/react/hooks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ There are two rarely used variations of `useEffect` with differences in timing:
7979
* [`useLayoutEffect`](/reference/react/useLayoutEffect) fires before the browser repaints the screen. You can measure layout here.
8080
* [`useInsertionEffect`](/reference/react/useInsertionEffect) fires before React makes changes to the DOM. Libraries can insert dynamic CSS here.
8181
82+
You can also separate events from Effects:
83+
84+
- [`useEffectEvent`](/reference/react/useEffectEvent) creates a non-reactive event to fire from any Effect hook.
8285
---
8386
8487
## Performance Hooks {/*performance-hooks*/}

0 commit comments

Comments
 (0)