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: content/docs/getting-started.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -18,27 +18,27 @@ redirect_from:
18
18
- "docs/environments.html"
19
19
---
20
20
21
-
This page is an overview of the React documentation and related resources.
21
+
Questa pagina offre una panoramica sulla documentazione di React e sulle risorse correlate.
22
22
23
-
**React**is a JavaScript library for building user interfaces. Learn what React is all about on [our homepage](/)or [in the tutorial](/tutorial/tutorial.html).
23
+
**React**è una liberia JavaScript per lo sviluppo di interfacce utente. Impara cos'è React cominciando dalla [nostra homepage](/)o [dal tutorial](/tutorial/tutorial.html).
React has been designed from the start for gradual adoption, and **you can use as little or as much React as you need.**Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
35
+
React è stato progettato sin dal principio per la sua graduale adozione, per questo **puoi utilizzare quel poco o quel tanto di React di cui hai bisogno.**Se vuoi avere un assaggio di React, aggiungere un po' di interattività ad una semplice pagina HTML, o se vuoi cominciare lo sviluppo di una intera app complessa basata su React, i link in questa sezione ti aiuteranno nei primi passi.
36
36
37
37
### Online Playgrounds {#online-playgrounds}
38
38
39
-
If you're interested in playing around with React, you can use an online code playground. Try a Hello World template on [CodePen](codepen://hello-world), [CodeSandbox](https://codesandbox.io/s/new), or[Glitch](https://glitch.com/edit/#!/remix/starter-react-template).
39
+
Se ti interessa giocare con il codice React, puoi utilizzare uno dei "Parchi Giochi" disponibili online. Prova un template "Hello World" su [CodePen](codepen://hello-world), [CodeSandbox](https://codesandbox.io/s/new) o[Glitch](https://glitch.com/edit/#!/remix/starter-react-template).
40
40
41
-
If you prefer to use your own text editor, you can also [download this HTML file](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos.
41
+
Se invece preferisci utilizzare il tuo editor di testo, puoi [scaricare questo file HTML](https://raw.githubusercontent.com/reactjs/reactjs.org/master/static/html/single-file-example.html), modificarlo, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we'd only recommend using this for simple demos.
42
42
43
43
### Add React to a Website {#add-react-to-a-website}
0 commit comments