Skip to content

Commit 0832295

Browse files
docs: translate quick start page
1 parent 3bc6e44 commit 0832295

File tree

6 files changed

+79
-79
lines changed

6 files changed

+79
-79
lines changed

Diff for: src/components/Layout/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export function Footer() {
288288
<FooterLink href="/learn" isHeader={true}>
289289
Impara React
290290
</FooterLink>
291-
<FooterLink href="/learn/">Quick Start</FooterLink>
291+
<FooterLink href="/learn/">Avvio Rapido</FooterLink>
292292
<FooterLink href="/learn/installation">Installazione</FooterLink>
293293
<FooterLink href="/learn/describing-the-ui">
294294
Descrivere la UI

Diff for: src/content/blog/2023/03/16/introducing-react-dev.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ There are still a few rare class component use cases that do not yet have a Hook
4949

5050
</Note>
5151

52-
## Quick start {/*quick-start*/}
52+
## Avvio Rapido {/*quick-start*/}
5353

54-
The Learn section begins with the [Quick Start](/learn) page. It is a short introductory tour of React. It introduces the syntax for concepts like components, props, and state, but doesn't go into much detail on how to use them.
54+
The Learn section begins with the [Avvio Rapido](/learn) page. It is a short introductory tour of React. It introduces the syntax for concepts like components, props, and state, but doesn't go into much detail on how to use them.
5555

5656
If you like to learn by doing, we recommend checking out the [Tic-Tac-Toe Tutorial](/learn/tutorial-tic-tac-toe) next. It walks you through building a little game with React, while teaching the skills you'll use every day. Here's what you'll build:
5757

0 commit comments

Comments
 (0)