Skip to content

Commit 9b9ddd6

Browse files
deblasiscursoragent
andcommitted
fix(community): sync sidebar and align videos with glossary
Restore La community di React parent title in sidebarCommunity.json, use renderizzazione lato server and componenti Server in videos.md. Signed-off-by: Alessandro De Blasis <alex@deblasis.net> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 467a67e commit 9b9ddd6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/community/videos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ React 19 ha introdotto nuove funzionalità tra cui Actions, `use()`, `useOptimis
6666

6767
### E altro... {/*and-more-2024*/}
6868

69-
**Abbiamo anche ascoltato talk dalla community sui Server Components:**
69+
**Abbiamo anche ascoltato talk dalla community sui componenti Server:**
7070
* [Enhancing Forms with React Server Components](https://www.youtube.com/embed/0ckOUBiuxVY&t=25280s) di [Aurora Walberg Scharff](https://twitter.com/aurorascharff)
7171
* [And Now You Understand React Server Components](https://www.youtube.com/embed/pOo7x8OiAec) di [Kent C. Dodds](https://twitter.com/kentcdodds)
7272
* [Real-time Server Components](https://www.youtube.com/embed/6sMANTHWtLM) di [Sunil Pai](https://twitter.com/threepointone)
@@ -102,9 +102,9 @@ Per una demo dell'aggiornamento a React 18, vedi il talk di [Shruti Kapoor](http
102102

103103
### Streaming Server Rendering with Suspense {/*streaming-server-rendering-with-suspense*/}
104104

105-
React 18 include anche miglioramenti alle performance del server-side rendering usando Suspense.
105+
React 18 include anche miglioramenti alle performance della renderizzazione lato server usando Suspense.
106106

107-
Lo streaming server rendering ti permette di generare HTML da componenti React sul server e trasmettere quell'HTML ai tuoi utenti. In React 18, puoi usare `Suspense` per suddividere la tua app in unità indipendenti più piccole che possono essere trasmesse in streaming separatamente l'una dall'altra senza bloccare il resto dell'app. Ciò significa che gli utenti vedranno i tuoi contenuti prima e potranno iniziare a interagirci molto più rapidamente.
107+
La renderizzazione lato server in streaming ti permette di generare HTML da componenti React sul server e trasmettere quell'HTML ai tuoi utenti. In React 18, puoi usare `Suspense` per suddividere la tua app in unità indipendenti più piccole che possono essere trasmesse in streaming separatamente l'una dall'altra senza bloccare il resto dell'app. Ciò significa che gli utenti vedranno i tuoi contenuti prima e potranno iniziare a interagirci molto più rapidamente.
108108

109109
Per un approfondimento, vedi il talk di [Shaundai Person](https://twitter.com/shaundai) qui:
110110

@@ -153,7 +153,7 @@ Guardando più avanti nel futuro, [Xuan Huang (黄玄)](https://twitter.com/Huxp
153153
* Eric Rozell and Steven Moyes: [React Native Desktop](https://youtu.be/9L4FFrvwJwY).
154154
* Roman Rädle: [On-device Machine Learning for React Native](https://youtu.be/NLj73vrc2I8)
155155

156-
**E talk dalla community su accessibilità, strumenti e Server Components:**
156+
**E talk dalla community su accessibilità, strumenti e componenti Server:**
157157

158158
* Daishi Kato: [React 18 for External Store Libraries](https://youtu.be/oPfSC5bQPR8).
159159
* Diego Haz: [Building Accessible Components in React 18](https://youtu.be/dcm8fjBfro8).

src/sidebarCommunity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sectionHeader": "GET INVOLVED"
88
},
99
{
10-
"title": "Community React",
10+
"title": "La community di React",
1111
"path": "/community",
1212
"skipBreadcrumb": true,
1313
"routes": [

0 commit comments

Comments
 (0)