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-11Lines changed: 6 additions & 11 deletions
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
-
*[Come aggiungere React ad una pagina HTML](/learn/add-react-to-a-website)
14
-
*[Come iniziare un progetto React](/learn/start-a-new-react-project)
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)
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,15 +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
-
## Aggiungere React ad una pagina {/*add-react-to-a-page*/}
46
+
## Start a new React project {/*start-a-new-react-project*/}
47
47
48
-
Se stai lavorando con un sito esistente ed hai bisogno di aggiungere un po' di React, puoi [aggiungere React con uno script tag.](/learn/add-react-to-a-website)
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)
49
49
50
-
## Iniziare un progetto React {/*start-a-react-project*/}
51
-
52
-
Se sei pronto per [iniziare un progetto a se stante](/learn/start-a-new-react-project) con React, puoi configurare gli strumenti minimi indispensabili per una esperienza di sviluppo piacevole. Puoi anche cominciare con un framework che prende decisioni per te sin dall'inizio.
53
-
54
-
## Passi successivi {/*next-steps*/}
55
-
56
-
Prosegui con la [Guida Rapida](/learn) per una panoramica dei concetti React più importanti che incontrerai ogni giorno.
50
+
## Add React to an existing project {/*add-react-to-an-existing-project*/}
57
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)
0 commit comments