-
Notifications
You must be signed in to change notification settings - Fork 15
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.