Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions src/sidebarBlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
"sectionHeader": "RESTA AGGIORNATO"
},
{
"title": "Blog",
Expand Down Expand Up @@ -82,14 +82,14 @@
"path": "/blog/2025/02/14/sunsetting-create-react-app"
},
{
"title": "React 19",
"title": "React v19",
"titleForHomepage": "React 19",
"icon": "blog",
"date": "December 05, 2024",
"path": "/blog/2024/12/05/react-19"
},
{
"title": "React Compiler Beta Release and Roadmap",
"title": "React Compiler Beta Release",
"titleForHomepage": "React Compiler Beta Release and Roadmap",
"icon": "blog",
"date": "October 21, 2024",
Expand All @@ -110,7 +110,7 @@
"path": "/blog/2024/04/25/react-19"
},
{
"title": "React 19 RC Upgrade Guide",
"title": "React 19 Upgrade Guide",
"titleForHomepage": "React 19 RC Upgrade Guide",
"icon": "blog",
"date": "April 25, 2024",
Expand Down Expand Up @@ -180,7 +180,7 @@
"path": "/blog/2021/06/08/the-plan-for-react-18"
},
{
"title": "Introducing Server Components",
"title": "Introducing Zero-Bundle-Size React Server Components",
"titleForHomepage": "Introducing Server Components",
"icon": "labs",
"date": "December 21, 2020",
Expand Down
6 changes: 3 additions & 3 deletions src/sidebarCommunity.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "Community",
"title": "Comunità",
"path": "/community",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
"sectionHeader": "PARTECIPA"
},
{
"title": "Community",
"title": "React Community",
"path": "/community",
"skipBreadcrumb": true,
"routes": [
Expand Down
36 changes: 18 additions & 18 deletions src/sidebarHome.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "React Docs",
"title": "React",
"path": "/",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "INIZIA QUI"
},
{
"title": "Avvio Rapido",
Expand All @@ -24,7 +24,7 @@
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "IMPARA REACT"
},
{
"title": "Descrivere la UI",
Expand All @@ -35,56 +35,56 @@
"path": "/learn/adding-interactivity"
},
{
"title": "Gestione dello State",
"title": "Gestione dello state",
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"title": "Soluzioni alternative",
"path": "/learn/escape-hatches"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT API"
"sectionHeader": "API REACT"
},
{
"title": "Hooks",
"title": "Panoramica della documentazione di React",
"path": "/reference/react"
},
{
"title": "Components",
"title": "Built-in React Components",
"path": "/reference/react/components"
},
{
"title": "APIs",
"title": "Built-in React APIs",
"path": "/reference/react/apis"
},
{
"title": "Legacy APIs",
"title": "Legacy React APIs",
"path": "/reference/react/legacy"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT DOM API"
"sectionHeader": "API REACT DOM"
},
{
"title": "Components",
"title": "React DOM Components",
"path": "/reference/react-dom/components"
},
{
"title": "APIs",
"title": "React DOM APIs",
"path": "/reference/react-dom"
},
{
"title": "Client APIs",
"title": "Client React DOM APIs",
"path": "/reference/react-dom/client"
},
{
"title": "Server APIs",
"title": "Server React DOM APIs",
"path": "/reference/react-dom/server"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT COMPILER API"
"sectionHeader": "API REACT COMPILER"
},
{
"title": "Configuration",
Expand All @@ -100,15 +100,15 @@
},
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
"sectionHeader": "PARTECIPA"
},
{
"title": "React Community",
"path": "/community"
},
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
"sectionHeader": "RESTA AGGIORNATO"
},
{
"title": "React Blog",
Expand Down
20 changes: 10 additions & 10 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "Learn React",
"title": "Impara React",
"path": "/learn",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "INIZIA QUI"
},
{
"title": "Avvio Rapido",
Expand All @@ -25,11 +25,11 @@
"path": "/learn/installation",
"routes": [
{
"title": "Creare una App React",
"title": "Creating a React App",
"path": "/learn/creating-a-react-app"
},
{
"title": "Costruire una App React da Zero",
"title": "Build a React app from Scratch",
"path": "/learn/build-a-react-app-from-scratch"
},
{
Expand All @@ -43,7 +43,7 @@
"path": "/learn/setup",
"routes": [
{
"title": "Setup dell'editor",
"title": "Editor Setup",
"path": "/learn/editor-setup"
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "IMPARA REACT"
},
{
"title": "Descrivere la UI",
Expand Down Expand Up @@ -113,15 +113,15 @@
"path": "/learn/conditional-rendering"
},
{
"title": "Rendering Lists",
"title": "Renderizzare Liste",
"path": "/learn/rendering-lists"
},
{
"title": "Mantenere i Componenti Puri",
"path": "/learn/keeping-components-pure"
},
{
"title": "Your UI as a Tree",
"title": "Understanding Your UI as a Tree",
"path": "/learn/understanding-your-ui-as-a-tree"
}
]
Expand Down Expand Up @@ -162,7 +162,7 @@
]
},
{
"title": "Gestione dello State",
"title": "Gestione dello state",
"path": "/learn/managing-state",
"tags": [
"intermediate"
Expand Down Expand Up @@ -240,4 +240,4 @@
]
}
]
}
}
Loading
Loading