You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: src/content/community/videos.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ React 19 ha introdotto nuove funzionalità tra cui Actions, `use()`, `useOptimis
66
66
67
67
### E altro... {/*and-more-2024*/}
68
68
69
-
**Abbiamo anche ascoltato talk dalla community sui Server Components:**
69
+
**Abbiamo anche ascoltato talk dalla community sui componenti Server:**
70
70
*[Enhancing Forms with React Server Components](https://www.youtube.com/embed/0ckOUBiuxVY&t=25280s) di [Aurora Walberg Scharff](https://twitter.com/aurorascharff)
71
71
*[And Now You Understand React Server Components](https://www.youtube.com/embed/pOo7x8OiAec) di [Kent C. Dodds](https://twitter.com/kentcdodds)
72
72
*[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
102
102
103
103
### Streaming Server Rendering with Suspense {/*streaming-server-rendering-with-suspense*/}
104
104
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.
106
106
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.
108
108
109
109
Per un approfondimento, vedi il talk di [Shaundai Person](https://twitter.com/shaundai) qui:
110
110
@@ -153,7 +153,7 @@ Guardando più avanti nel futuro, [Xuan Huang (黄玄)](https://twitter.com/Huxp
153
153
* Eric Rozell and Steven Moyes: [React Native Desktop](https://youtu.be/9L4FFrvwJwY).
154
154
* Roman Rädle: [On-device Machine Learning for React Native](https://youtu.be/NLj73vrc2I8)
155
155
156
-
**E talk dalla community su accessibilità, strumenti e Server Components:**
156
+
**E talk dalla community su accessibilità, strumenti e componenti Server:**
157
157
158
158
* Daishi Kato: [React 18 for External Store Libraries](https://youtu.be/oPfSC5bQPR8).
159
159
* Diego Haz: [Building Accessible Components in React 18](https://youtu.be/dcm8fjBfro8).
0 commit comments