-
Notifications
You must be signed in to change notification settings - Fork 84
Translation of the Tutorial
page
#6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
3174406
[WIP] tutorial
deblasis 5aa670e
Merge branch 'master' into tutorial
deblasis 695f845
tutorial: wip
deblasis 891811c
tutorial: wip
deblasis 2becc5a
Merge branches 'tutorial' and 'tutorial' of https://github.com/reactj…
deblasis 2412f66
Merge branch 'master' into tutorial
LucaBlackDragon 354be94
Merge branch 'tutorial' of https://github.com/reactjs/it.reactjs.org …
deblasis 0827501
tutorial: done!
deblasis fad6c44
Merge branch 'master' into tutorial
deblasis de6aca9
updated links to mozilla
deblasis 93ae855
Merge branch 'master' into tutorial
LucaBlackDragon 21139e2
Update content/tutorial/tutorial.md
LucaBlackDragon d76a10e
Update content/tutorial/tutorial.md
LucaBlackDragon 4a6d881
Update content/tutorial/tutorial.md
LucaBlackDragon b1ae7a5
Update content/tutorial/tutorial.md
LucaBlackDragon 1e04d95
Update content/tutorial/tutorial.md
LucaBlackDragon f909466
Update content/tutorial/nav.yml
LucaBlackDragon b4d5b1a
Update content/tutorial/tutorial.md
LucaBlackDragon 1e257b1
Update content/tutorial/tutorial.md
LucaBlackDragon 2820b14
Update content/tutorial/tutorial.md
LucaBlackDragon 8a67029
Update content/tutorial/tutorial.md
LucaBlackDragon 7f5c5c4
Update content/tutorial/tutorial.md
LucaBlackDragon 48aa65f
Update content/tutorial/tutorial.md
LucaBlackDragon 5f81117
Update content/tutorial/tutorial.md
LucaBlackDragon 62e22ce
Update content/tutorial/tutorial.md
LucaBlackDragon a3576bc
Update content/tutorial/tutorial.md
LucaBlackDragon 0d8f564
Update content/tutorial/tutorial.md
LucaBlackDragon 9c6e2b3
Update content/tutorial/tutorial.md
LucaBlackDragon f1b7035
Update content/tutorial/tutorial.md
LucaBlackDragon dce1772
Update content/tutorial/tutorial.md
LucaBlackDragon 8848514
Update content/tutorial/tutorial.md
LucaBlackDragon 0c03c6e
Update content/tutorial/tutorial.md
LucaBlackDragon b2bcd38
Update content/tutorial/tutorial.md
LucaBlackDragon d6e33ca
Update content/tutorial/tutorial.md
LucaBlackDragon 782c518
Update content/tutorial/tutorial.md
LucaBlackDragon 5d4037e
Update content/tutorial/tutorial.md
LucaBlackDragon 8342d00
Update content/tutorial/tutorial.md
LucaBlackDragon 8b8df40
Update content/tutorial/tutorial.md
LucaBlackDragon e9a0587
Update content/tutorial/tutorial.md
LucaBlackDragon 6810ad9
Merge branch 'master' into tutorial
LucaBlackDragon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,111 @@ | ||
- title: Tutorial | ||
items: | ||
- id: before-we-start-the-tutorial | ||
title: Before We Start the Tutorial | ||
title: Prima di Cominciare il Tutorial | ||
href: /tutorial/tutorial.html#before-we-start-the-tutorial | ||
forceInternal: true | ||
subitems: | ||
- id: what-are-we-building | ||
title: What Are We Building? | ||
title: Cosa Stiamo Costruendo? | ||
href: /tutorial/tutorial.html#what-are-we-building | ||
forceInternal: true | ||
- id: prerequisites | ||
title: Prerequisites | ||
title: Prerequisiti | ||
href: /tutorial/tutorial.html#prerequisites | ||
forceInternal: true | ||
- id: setup-for-the-tutorial | ||
title: Setup for the Tutorial | ||
title: Setup per il Tutorial | ||
href: /tutorial/tutorial.html#setup-for-the-tutorial | ||
forceInternal: true | ||
subitems: | ||
- id: setup-option-1-write-code-in-the-browser | ||
title: "Option 1: Write Code in the Browser" | ||
title: "Opzione 1: Scrivi Codice nel Browser" | ||
href: /tutorial/tutorial.html#setup-option-1-write-code-in-the-browser | ||
forceInternal: true | ||
- id: setup-option-2-local-development-environment | ||
title: "Option 2: Local Development Environment" | ||
title: "Opzione 2: Setup Ambiente di Sviluppo Locale" | ||
href: /tutorial/tutorial.html#setup-option-2-local-development-environment | ||
forceInternal: true | ||
- id: help-im-stuck | ||
title: Help, I'm Stuck! | ||
title: Aiuto, Non Funziona! | ||
href: /tutorial/tutorial.html#help-im-stuck | ||
forceInternal: true | ||
- id: overview | ||
title: Overview | ||
title: Panoramica | ||
href: /tutorial/tutorial.html#overview | ||
forceInternal: true | ||
subitems: | ||
- id: what-is-react | ||
title: What Is React? | ||
title: Cosa è React? | ||
href: /tutorial/tutorial.html#what-is-react | ||
forceInternal: true | ||
- id: inspecting-the-starter-code | ||
title: Inspecting the Starter Code | ||
title: Uno Sguardo al Codice Iniziale | ||
href: /tutorial/tutorial.html#inspecting-the-starter-code | ||
forceInternal: true | ||
- id: passing-data-through-props | ||
title: Passing Data Through Props | ||
title: Passare Dati Mediante Props | ||
href: /tutorial/tutorial.html#passing-data-through-props | ||
forceInternal: true | ||
- id: making-an-interactive-component | ||
title: Making an Interactive Component | ||
title: Creare un Componente Interattivo | ||
href: /tutorial/tutorial.html#making-an-interactive-component | ||
forceInternal: true | ||
- id: developer-tools | ||
title: Developer Tools | ||
href: /tutorial/tutorial.html#developer-tools | ||
forceInternal: true | ||
- id: completing-the-game | ||
title: Completing the Game | ||
title: Completare il Gioco | ||
href: /tutorial/tutorial.html#completing-the-game | ||
forceInternal: true | ||
subitems: | ||
- id: lifting-state-up | ||
title: Lifting State Up | ||
title: Elevare lo Stato | ||
href: /tutorial/tutorial.html#lifting-state-up | ||
forceInternal: true | ||
- id: why-immutability-is-important | ||
title: Why Immutability Is Important | ||
title: Perchè l'Immutabilità è Importante | ||
href: /tutorial/tutorial.html#why-immutability-is-important | ||
forceInternal: true | ||
- id: function-components | ||
title: Function Components | ||
title: Componenti Funzione | ||
href: /tutorial/tutorial.html#function-components | ||
forceInternal: true | ||
- id: taking-turns | ||
title: Taking Turns | ||
title: Turni | ||
href: /tutorial/tutorial.html#taking-turns | ||
forceInternal: true | ||
- id: declaring-a-winner | ||
title: Declaring a Winner | ||
title: Dichiarare un Vincitore | ||
href: /tutorial/tutorial.html#declaring-a-winner | ||
forceInternal: true | ||
- id: adding-time-travel | ||
title: Adding Time Travel | ||
title: Aggiungere il "Viaggio Nel Tempo" | ||
href: /tutorial/tutorial.html#adding-time-travel | ||
forceInternal: true | ||
subitems: | ||
- id: storing-a-history-of-moves | ||
title: Storing a History of Moves | ||
title: Salvare lo Storico delle Mosse | ||
href: /tutorial/tutorial.html#storing-a-history-of-moves | ||
forceInternal: true | ||
- id: lifting-state-up-again | ||
title: Lifting State Up, Again | ||
title: Elevare lo Stato, Di Nuovo | ||
href: /tutorial/tutorial.html#lifting-state-up-again | ||
forceInternal: true | ||
- id: showing-the-past-moves | ||
title: Showing the Past Moves | ||
title: Visualizzare le Mosse Precedenti | ||
href: /tutorial/tutorial.html#showing-the-past-moves | ||
forceInternal: true | ||
- id: picking-a-key | ||
title: Picking a Key | ||
title: Scegliere una Chiave | ||
href: /tutorial/tutorial.html#picking-a-key | ||
forceInternal: true | ||
- id: implementing-time-travel | ||
title: Implementing Time Travel | ||
title: Implementare il "Viaggio Nel Tempo" | ||
href: /tutorial/tutorial.html#implementing-time-travel | ||
forceInternal: true | ||
- id: wrapping-up | ||
title: Wrapping Up | ||
title: Riepilogo | ||
href: /tutorial/tutorial.html#wrapping-up | ||
forceInternal: true |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.