Skip to content

Commit 3bc6e44

Browse files
authored
Update outdated text to upstream
1 parent 73e6e19 commit 3bc6e44

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/content/learn/installation.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ React è stato progettato sin dal principio per essere adottato gradualmente. A
1010

1111
<YouWillLearn isChapter={true}>
1212

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)
1515
* [Come configurare il tuo editor](/learn/editor-setup)
1616
* [Come installare i React Developer Tools](/learn/react-developer-tools)
1717

@@ -43,15 +43,10 @@ La maggioranza delle pagine della documentazione di React contengono sandboxes c
4343

4444
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!
4545

46-
## Aggiungere React ad una pagina {/*add-react-to-a-page*/}
46+
## Start a new React project {/*start-a-new-react-project*/}
4747

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)
4949

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*/}
5751

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

Comments
 (0)