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
Copy file name to clipboardExpand all lines: src/content/learn/installation.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ React è stato progettato sin dal principio per essere adottato gradualmente. A
10
10
11
11
<YouWillLearnisChapter={true}>
12
12
13
-
*[How to start a new React project](/learn/start-a-new-react-project)
14
-
*[How to add React to an existing project](/learn/add-react-to-an-existing-project)
13
+
*[Come iniziare un nuovo progetto React](/learn/start-a-new-react-project)
14
+
*[Come aggiungere React ad un progetto esistente](/learn/add-react-to-an-existing-project)
15
15
*[Come configurare il tuo editor](/learn/editor-setup)
16
16
*[Come installare i React Developer Tools](/learn/react-developer-tools)
17
17
@@ -43,10 +43,10 @@ La maggioranza delle pagine della documentazione di React contengono sandboxes c
43
43
44
44
Per provare React localmente sul suo computer, [scarica questa pagina HTML.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Aprila nel tuo editor e nel tuo browser!
45
45
46
-
## Start a new React project {/*start-a-new-react-project*/}
46
+
## Inizia un nuovo progetto React {/*start-a-new-react-project*/}
47
47
48
-
If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
48
+
Se desideri creare un'app o un sito web completamente con React, [inizia un nuovo progetto React.](/learn/start-a-new-react-project)
49
49
50
-
## Add React to an existing project {/*add-react-to-an-existing-project*/}
50
+
## Aggiungi React ad un progetto esistente {/*add-react-to-an-existing-project*/}
51
51
52
-
If want to try using React in your existing app or a website, [add React to an existing project.](/learn/add-react-to-an-existing-project)
52
+
Se desideri provare ad utilizzare React nella tua app o in un sito web esistente, [aggiungi React ad un progetto esistente.](/learn/add-react-to-an-existing-project)
0 commit comments