Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 83
Traduzione nuova HomePage#417
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
3bd75190b83348ca7b3b827d10bd6d4b15e04b2a9205fe31c37bfcd78382318File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,3 +36,6 @@ yarn-error.log* | ||
| # external fonts | ||
| public/fonts/**/Optimistic_*.woff2 | ||
| # typegen files | ||
| *.typegen.ts | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -286,50 +286,54 @@ export function Footer() { | ||
| </div> | ||
| <div className="flex flex-col"> | ||
| <FooterLink href="/learn" isHeader={true}> | ||
| Learn React | ||
| Impara React | ||
| </FooterLink> | ||
| <FooterLink href="/learn/">Quick Start</FooterLink> | ||
| <FooterLink href="/learn/installation">Installation</FooterLink> | ||
| <FooterLink href="/learn/installation">Installazione</FooterLink> | ||
| <FooterLink href="/learn/describing-the-ui"> | ||
| Describing the UI | ||
| Descrivere la UI | ||
| </FooterLink> | ||
| <FooterLink href="/learn/adding-interactivity"> | ||
| Adding Interactivity | ||
| Aggiungere Interattività | ||
| </FooterLink> | ||
| <FooterLink href="/learn/managing-state"> | ||
| Gestione dello State | ||
| </FooterLink> | ||
| <FooterLink href="/learn/escape-hatches"> | ||
| Uscite di Emergenza | ||
| </FooterLink> | ||
| <FooterLink href="/learn/managing-state">Managing State</FooterLink> | ||
| <FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink> | ||
| </div> | ||
| <div className="flex flex-col"> | ||
| <FooterLink href="/reference/react" isHeader={true}> | ||
| API Reference | ||
| API di Riferimento | ||
| </FooterLink> | ||
| <FooterLink href="/reference/react">React APIs</FooterLink> | ||
| <FooterLink href="/reference/react-dom">React DOM APIs</FooterLink> | ||
| </div> | ||
| <div className="md:col-start-2 xl:col-start-4 flex flex-col"> | ||
| <FooterLink href="/community" isHeader={true}> | ||
| Community | ||
| Comunità | ||
| </FooterLink> | ||
| <FooterLink href="https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md"> | ||
| Code of Conduct | ||
| Codice di Condotta | ||
deblasis marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| </FooterLink> | ||
| <FooterLink href="/community/team">Meet the Team</FooterLink> | ||
| <FooterLink href="/community/team">Incontra il Team</FooterLink> | ||
| <FooterLink href="/community/docs-contributors"> | ||
| Docs Contributors | ||
| Collaboratori Docs | ||
deblasis marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| </FooterLink> | ||
| <FooterLink href="/community/acknowledgements"> | ||
| Acknowledgements | ||
| Riconoscimenti | ||
| </FooterLink> | ||
| </div> | ||
| <div className="flex flex-col"> | ||
| <FooterLink isHeader={true}>More</FooterLink> | ||
| <FooterLink isHeader={true}>Di Più</FooterLink> | ||
deblasis marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| <FooterLink href="/blog">Blog</FooterLink> | ||
| <FooterLink href="https://reactnative.dev/">React Native</FooterLink> | ||
| <FooterLink href="https://opensource.facebook.com/legal/privacy"> | ||
| Privacy | ||
| </FooterLink> | ||
| <FooterLink href="https://opensource.fb.com/legal/terms/"> | ||
| Terms | ||
| Termini | ||
| </FooterLink> | ||
| <div className="flex flex-row mt-8 gap-x-2"> | ||
| <ExternalLink | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.