Description
Maintainer List
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate. Please take only one page at a time.
- Clone this repo, translate your page, and submit a pull request!
Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.
Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
For Maintainers
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
- Quick Start (@tesseralis) #12345
When PRs are merged, make sure to mark that page as completed!
Main Content
To do before releasing as an "official" translation. Please translate these pages first.
Note that each section has an index page, which needs to be translated too.
Learn React
-
Quick Start (@mattia-sanfilippo) Translate "Quick Start" page #423
- Tutorial: Tic Tac Toe (@mattia-sanfilippo) docs: translate tutorial: tic tac toe #437
- Thinking in React (@SamuelePiazzesi) Thinking in react translation #421
-
Installation (@Th3Wall) Translated "Installation" page & "In this chapter" block's label #422
- Start a New React Project (@webdiego) translate start-a-new-project #419
- Add React to an Existing Project (@Th3Wall) Translated "Add React to an existing project" page content; fixed TOC's heading & sidebar #425
- Editor Setup Beta website part I #374
- React Developer Tools (@mattia-sanfilippo) Beta website: translate React Developer Tools #386
-
Describing the UI (@Ago95Dev) Translated Describing the UI #427
- Your First Component (@eliamaino-fp) Translate "Your first component" #420
- Importing and Exporting Components (@eliamaino-fp) translate importing-exporting-components #444
- Writing Markup with JSX (@Ago95Dev) Translate "Writing markup with jsx" page #424
- JavaScript in JSX with Curly Braces (@SamuelePiazzesi) JavaScript in JSX with Curly Braces translation #426
- Passing Props to a Component (@Th3Wall) Translated page content & Challenge, Recap, Illustration components translations #428
- Conditional Rendering (@Th3Wall) Translated "Conditional Rendering" && Expandable Collout #431
- Rendering Lists (@SamuelePiazzesi) add rendering list translation #442
- Keeping Components Pure (@Ago95Dev) Translated Keeping components pure #430
-
Adding Interactivity (@oxcened) Translate: Adding Interactivity #434
- Responding to Events (@Th3Wall) Translated "Responding to Events" page & related sidebar label #438
- State: A Component's Memory (@oxcened) Translate: State A Component's Memory #439
- Render and Commit (@Ago95Dev) Translated Render and commit #446
- State as a Snapshot (@NeilChavez) Translate: State as a snapshot page #440
- Queueing a Series of State Updates (@Ago95Dev)
- Updating Objects in State (@oxcened) Docs: translate "Updating Objects in State" #443
- Updating Arrays in State (@paolapog) Docs: translate Updating Arrays in State #448
-
Managing State (@webdiego) Translate managing-state #450
- Reacting to Input with State
- Choosing the State Structure (@SamuelePiazzesi)
- Sharing State Between Components (@DavideBruner)
- Preserving and Resetting State (@Shero08)
- Extracting State Logic into a Reducer (@paolapog)
- Passing Data Deeply with Context (@oxcened) docs: translate page passing data deeply with context #470
- Scaling Up with Reducer and Context
-
Escape Hatches
- Referencing Values with Refs
- Manipulating the DOM with Refs
- Synchronizing with Effects
- You Might Not Need an Effect (@mattveraldi)
- Lifecycle of Reactive Effects
- Separating Events from Effects
- Removing Effect Dependencies
- Reusing Logic with Custom Hooks
API Reference
-
react
: Hooks (@fmineo) Reference/index translated #455-
useCallback
-
useContext
-
useDebugValue
-
useDeferredValue
-
useEffect
-
useId
-
useImperativeHandle
-
useInsertionEffect
-
useLayoutEffect
-
useMemo
-
useReducer
-
useRef
-
useState
-
useSyncExternalStore
-
useTransition
-
-
react
: Components-
<Fragment> (<>)
-
<Profiler>
-
<StrictMode>
-
<Suspense>
-
-
react
: APIs-
createContext
-
forwardRef
-
lazy
-
memo
-
startTransition
-
-
react-dom
: Components- Common (e.g.
<div>
) -
<input>
-
<option>
-
<progress>
-
<select>
-
<textarea>
- Common (e.g.
-
react-dom
: APIs-
createPortal
-
flushSync
-
findDOMNode
-
hydrate
-
render
-
unmountComponentAtNode
-
-
react-dom/client
: Client APIs-
createRoot
-
hydrateRoot
-
-
react-dom/server
: Server APIs-
renderToNodeStream
-
renderToPipeableStream
-
renderToReadableStream
-
renderToStaticMarkup
-
renderToStaticNodeStream
-
renderToString
-
Navigation and UI
We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.
- Homepage (currently in
HomeContent.js
) (@deblasis) Traduzione nuova HomePage #417 - Sidebars (currently in
src/sidebar*.json
) - Top-level navigation (currently in
TopNav.tsx
)
When You're Ready...
After everything above is translated, add your language to deployedLanguages
in Seo.tsx
of the original reactjs/react.dev repository.
Secondary Content
These API pages should ideally be translated too, but they're less urgent and can be done after the others:
- Legacy React APIs
-
Children
-
cloneElement
-
Component
-
createElement
-
createFactory
-
createRef
-
isValidElement
-
PureComponent
-
Optional Content
These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:
- Community
- Blog
- Warnings