Skip to content

Commit 931bd89

Browse files
authored
Merge pull request #116 from reactjs/sync-2c7798dc
Sync with react.dev @ 2c7798d
2 parents ce04b2a + 8d8f931 commit 931bd89

5 files changed

Lines changed: 46 additions & 10 deletions

File tree

src/content/community/conferences.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,41 @@ 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 2025 {/*react-summit-2025*/}
80-
June 13 - 17, 2025. In-person in Amsterdam, Netherlands + remote (hybrid event)
79+
### React Summit US 2025 {/*react-summit-us-2025*/}
80+
November 18 - 21, 2025. In-person in New York, USA + remote (hybrid event)
81+
82+
[Website](https://reactsummit.us/) - [Twitter](https://x.com/reactsummit)
83+
84+
### React Advanced London 2025 {/*react-advanced-london-2025*/}
85+
November 28 & December 1, 2025. In-person in London, UK + online (hybrid event)
86+
87+
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
88+
89+
### CityJS Singapore 2026 {/*cityjs-singapore-2026*/}
90+
February 4-6, 2026. In-person in Singapore
91+
92+
[Website](https://india.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
93+
94+
### CityJS New Delhi 2026 {/*cityjs-newdelhi-2026*/}
95+
February 12-13, 2026. In-person in New Delhi, India
96+
97+
[Website](https://india.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
98+
99+
100+
### React Paris 2026 {/*react-paris-2026*/}
101+
March 26 - 27, 2026. In-person in Paris, France (hybrid event)
102+
103+
[Website](https://www.reactuniverseconf.com/) - [Twitter](https://twitter.com/react_native_eu) - [LinkedIn](https://www.linkedin.com/events/reactuniverseconf7163919537074118657/)
104+
105+
106+
### CityJS London 2026 {/*cityjs-london-2026*/}
107+
April 14-17, 2026. In-person in London
108+
109+
[Website](https://india.cityjsconf.org/) - [Twitter](https://x.com/cityjsconf) - [Bluesky](https://bsky.app/profile/cityjsconf.bsky.social)
110+
111+
112+
## Past Conferences {/*past-conferences*/}
81113

82-
[Website](https://reactsummit.com/) - [Twitter](https://x.com/reactsummit)
83114

84115
### React Norway 2025 {/*react-norway-2025*/}
85116
June 13, 2025. In-person in Oslo, Norway + remote (virtual event)

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,9 @@ 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
4140
* **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.
4241
* **CSS**--fikiria ni nini ungetengeneza viteule vya darasa. (Hatahivyo, vijenzi ni vidogo kwa kiasi fulani.)
4342
* **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-
>>>>>>> f8c81a0f4f8e454c850f0c854ad054b32313345c
4943

5044
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.
5145

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,15 @@ Katika CodeSandbox utaona sehemu tatu kuu:
283283

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

286+
<<<<<<< HEAD
286287
1. Sehemu ya _Files_ na orodha ya mafaili kama `App.js`, `index.js`, `styles.css` na folda inayoitwa `public`
287288
1. _Kihariri cha msimbo_ ambapo utaona msimbo wa chanzo wa faili uliyouchagua
288289
1. Sehemu ya _kivinjari_ ambapo utaona jinsi msimbo ulioandika utakavyonyeshwa
290+
=======
291+
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
292+
1. The _code editor_ where you'll see the source code of your selected file
293+
1. The _browser_ section where you'll see how the code you've written will be displayed
294+
>>>>>>> 2c7798dcc51fbd07ebe41f49e5ded4839a029f72
289295
290296
Faili ya `App.js` inapaswa kuchaguliwa katika sehemu ya _Files_. Maudhui ya faili hiyo katika _mhariri wa msimbo_ yanapaswa kuwa:
291297

@@ -2247,7 +2253,11 @@ body {
22472253
22482254
</Sandpack>
22492255
2256+
<<<<<<< HEAD
22502257
Unapozunguka kupitia orodha ya `history` ndani ya function unayopitisha kwa `map`, hoja ya `squares` inapitia kila kipengele cha `history`, na hoja ya `move` inapitia kila kiashiria cha orodha: `0`, `1`, `2`, …. (Katika hali nyingi, ungehitaji vipengele halisi vya orodha, lakini ili kuonyesha orodha ya harakati utahitaji tu viashiria.)
2258+
=======
2259+
As you iterate through the `history` array inside the function you passed to `map`, the `squares` argument goes through each element of `history`, and the `move` argument goes through each array index: `0`, `1`, `2`, …. (In most cases, you'd need the actual array elements, but to render a list of moves you will only need indexes.)
2260+
>>>>>>> 2c7798dcc51fbd07ebe41f49e5ded4839a029f72
22512261
22522262
Kwa kila harakati katika historia ya mchezo wa tic-tac-toe, unaunda kipengele cha orodha `<li>` kinachojumuisha kitufe `<button>`. Kitufe kinakuwa na kihariri cha `onClick` kinachoitwa function inayoitwa `jumpTo` (ambayo huja kuwa umeitekeleza bado).
22532263

src/content/reference/react/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ React exposes a few built-in components that you can use in your JSX.
1616
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
1717
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
1818
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
19+
* [`<Activity>`](/reference/react/Activity) lets you hide and restore the UI and internal state of its children.
1920

2021
---
2122

src/sidebarBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"title": "React Compiler v1.0",
2323
"titleForHomepage": "React Compiler v1.0",
2424
"icon": "blog",
25-
"date": "October 8, 2025",
25+
"date": "October 7, 2025",
2626
"path": "/blog/2025/10/07/react-compiler-1"
2727
},
2828
{

0 commit comments

Comments
 (0)