Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
6ec6134
Update conferences list (#8450)
dai-shi May 26, 2026
1f80739
merging all conflicts
react-translations-bot Jun 15, 2026
535d619
adding-interactivity.md
anilcanboga Jul 3, 2026
2801299
choosing-the-state-structure.md
anilcanboga Jul 3, 2026
501d6a2
describing-the-ui.md
anilcanboga Jul 3, 2026
b1cbc68
editor-setup.md
anilcanboga Jul 3, 2026
42c80b6
escape-hatches.md
anilcanboga Jul 3, 2026
f78d28d
javascript-in-jsx-with-curly-braces.md
anilcanboga Jul 3, 2026
fa955a1
keeping-components-pure.md
anilcanboga Jul 3, 2026
ffa22c5
lifecycle-of-reactive-effects.md
anilcanboga Jul 3, 2026
b5fd25e
passing-data-deeply-with-context.md
anilcanboga Jul 3, 2026
7f380d8
passing-props-to-a-component.md
anilcanboga Jul 3, 2026
4100e4a
preserving-and-resetting-state.md
anilcanboga Jul 3, 2026
34b36a0
queueing-a-series-of-state-updates.md
anilcanboga Jul 3, 2026
6c6f978
reacting-to-input-with-state.md
anilcanboga Jul 3, 2026
22641e1
referencing-values-with-refs.md
anilcanboga Jul 3, 2026
3dce5f8
removing-effect-dependencies.md
anilcanboga Jul 3, 2026
2031a63
render-and-commit.md
anilcanboga Jul 3, 2026
c757c57
responding-to-events.md
anilcanboga Jul 3, 2026
628efc3
scaling-up-with-reducer-and-context.md
anilcanboga Jul 3, 2026
e6b1181
state-a-components-memory.md
anilcanboga Jul 3, 2026
f979973
thinking-in-react.md
anilcanboga Jul 3, 2026
52a1c8e
tutorial-tic-tac-toe.md
anilcanboga Jul 3, 2026
074acff
updating-objects-in-state.md
anilcanboga Jul 3, 2026
77e3c3b
writing-markup-with-jsx.md
anilcanboga Jul 3, 2026
bb942df
your-first-component.md
anilcanboga Jul 3, 2026
6383854
Children.md
anilcanboga Jul 3, 2026
3f4722d
cloneElement.md
anilcanboga Jul 3, 2026
4778b4c
Component.md
anilcanboga Jul 3, 2026
57530ff
createContext.md
anilcanboga Jul 3, 2026
a1cada0
Fragment.md
anilcanboga Jul 3, 2026
173d246
Suspense.md
anilcanboga Jul 3, 2026
8fef4a1
use.md
anilcanboga Jul 3, 2026
4d98a60
useEffect.md
anilcanboga Jul 3, 2026
3e8a25e
useId.md
anilcanboga Jul 3, 2026
baa3f4d
useImperativeHandle.md
anilcanboga Jul 3, 2026
5f06c46
useInsertionEffect.md
anilcanboga Jul 3, 2026
55c0334
useReducer.md
anilcanboga Jul 3, 2026
31a4818
useSyncExternalStore.md
anilcanboga Jul 3, 2026
9d6581b
common.md
anilcanboga Jul 3, 2026
dffb84e
renderToPipeableStream.md
anilcanboga Jul 3, 2026
b80d1a8
renderToReadableStream.md
anilcanboga Jul 3, 2026
33023e1
Merge remote-tracking branch 'origin/main' into sync-6ec61348
anilcanboga Jul 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/community/conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ September 10-11, 2026. In-person in Zurich, Switzerland

[Website](https://conf.zurichjs.com?utm_campaign=ZurichJS_Conf&utm_source=referral&utm_content=reactjs_community_conferences) - [Twitter](https://x.com/zurichjs) - [LinkedIn](https://www.linkedin.com/company/zurichjs/)

### React Conf Japan 2027 {/*react-conf-japan-2027*/}
April 24, 2027. In-person in Tokyo, Japan

[Website](https://reactconf.jp/) - [Twitter](https://x.com/reactconfjp)

## Past Conferences {/*past-conferences*/}

### CityJS New Delhi 2026 {/*cityjs-newdelhi-2026*/}
Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/state-a-components-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ let moreButton = document.getElementById('moreButton');
let description = document.getElementById('description');
let image = document.getElementById('image');
let sculptureList = [{
name: 'Homenaje a la Neurocirugía',
name: 'Homenaje a la Neurocirugía',
artist: 'Marta Colvin Andrade',
description: 'Although Colvin is predominantly known for abstract themes that allude to pre-Hispanic symbols, this gigantic sculpture, an homage to neurosurgery, is one of her most recognizable public art pieces.',
url: 'https://react.dev/images/docs/scientists/Mx7dA2Y.jpg',
Expand Down
Loading