Description
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- 🟢 - It has not been assigned to anyone yet
- 🔴 - It was assigned to somebody
- 🎉 - It was translated and completed
- 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 to understand how to translate various technical and React-specific terms.
Want to contribute, but still confused? check this YouTube video by @g-savitha.
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:
- [ ] Some Page (@exampleusername) #12345
When PRs are merged, make sure to mark that page as completed like this:
- [x] Some Page (@exampleusername) #12345
This ensures your translation's progress is tracked correctly at https://translations.react.dev/.
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 Quick Start #6 🟢
- Tutorial Tic-Tac-Toe (@srikanth-kandi) Translated Tutorial Tic-Tac-Toe to Telugu #89 🎉
- Thinking in React (@srikanth-kandi) Thinking in React translated to Telugu #103 🎉
-
Installation (@poojitha-kandi) Installation page translated to Telugu #142 🎉
- Start a New React Project (@srikanth-kandi) Start a New React Project translated to Telugu #82 🎉
- Add React to an Existing Project (@srikanth-kandi) Add React to an Existing Project #80 🎉
- Editor Setup (@srikanth-kandi) Editor Setup translated to Telugu #85 🎉
- Using TypeScript (@shajahanshaik915 & @srikanth-kandi) translated using typescript page #116 🎉
- React Developer Tools (@srikanth-kandi) React Developer Tools translated to Telugu #86 🎉
-
Describing the UI Describing the UI #95 🟢
- Your First Component (@Shiva-Sai-ssb) Translate "Your First Component" to Telugu #134 🎉
- Importing and Exporting Components (@Shiva-Sai-ssb) Translate "Importing and Exporting Components" to Telugu #136 🎉
- Writing Markup with JSX (@Shiva-Sai-ssb) Translate "Writing Markup with JSX" to telugu #138 🎉
- JavaScript in JSX with Curly Braces (@Shiva-Sai-ssb) Translate "Javascript in JSX with Curly braces" to Telugu #139 🎉
- Passing Props to a Component (@TenEplaysOfficial) Passing Props to a Component translated to Telugu #141 🎉
- Conditional Rendering Conditional Rendering #40 🟢
- Rendering Lists Rendering Lists #41 🟢
- Keeping Components Pure Keeping Components Pure #42 🟢
- Understanding Your UI as a Tree Understanding Your UI as a Tree #100 🟢
-
Adding Interactivity (@sandeepvinnu & @srikanth-kandi) Update adding-interactivity.md #105 🎉
- Responding to Events Responding to Events #43 🟢
- State: A Component's Memory State: A Component's Memory #44 🟢
- Render and Commit Render and Commit #45 🟢
- State as a Snapshot State as a Snapshot #46 🟢
- Queueing a Series of State Updates Queueing a Series of State Updates #47 🟢
- Updating Objects in State Updating Objects in State #48 🟢
- Updating Arrays in State Updating Arrays in State #49 🟢
-
Managing State Managing State #97 🟢
- Reacting to Input with State Reacting to Input with State #50 🟢
- Choosing the State Structure Choosing the State Structure #51 🟢
- Sharing State Between Components Sharing State Between Components #52 🟢
- Preserving and Resetting State Preserving and Resetting State #53 🟢
- Extracting State Logic into a Reducer Extracting State Logic into a Reducer #54 🟢
- Passing Data Deeply with Context Passing Data Deeply with Context #55 🟢
- Scaling Up with Reducer and Context Scaling Up with Reducer and Context #56 🟢
-
Escape Hatches Escape Hatches #98 🟢
- Referencing Values with Refs Referencing Values with Refs #57 🟢
- Manipulating the DOM with Refs Manipulating the DOM with Refs #58 🟢
- Synchronizing with Effects Synchronizing with Effects #59 🟢
- You Might Not Need an Effect You Might Not Need an Effect #60 🟢
- Lifecycle of Reactive Effects Lifecycle of Reactive Effects #61 🟢
- Separating Events from Effects Separating Events from Effects #62 🟢
- Removing Effect Dependencies Removing Effect Dependencies #63 🟢
- Reusing Logic with Custom Hooks Reusing Logic with Custom Hooks #64 🟢
API Reference
-
react
: Hooks-
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
) - 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
Maintainer List
This translation is maintained by:
If you want to become a maintainer, ask them to add you. If the original maintainers are no longer responsive, raise an issue in the main translations repository.