Description
ReactJs - Hindi Documentation - New Site
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 find that you can't commit any more, let the maintainers know so they can assign the page to someone else
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 (@vishnupprajapat )
- Tutorial: Tic Tac Toe (@PainKiller5000MG )
- Thinking in React (@USKhokhar ) translated-thinking-in-react #239
-
Installation (@khizarq313 ) React "Installation" page translated into hindi. #243
- Start a New React Project (@Vipul1432 ) Translate start-a-new-react-project page to hindi #320
- Add React to an Existing Project (@MayankPrasher ) Update add-react-to-an-existing-project.md #297
- Editor Setup (@Subramanyarao11 ) Translated editor-setup page to hindi #246
- Using TypeScript (@sohail-313 ) docs: Translate "Using TypeScript" page to Hindi #266
- React Developer Tools (@Anishpras ) Beta react developer tools translation done #174
-
Describing the UI
- Your First Component (@Akshit1025 ) Translated your first component #204
- Importing and Exporting Components (@PriyaAgrawalPromact )
- Writing Markup with JSX (@Anku5hk ) Translated Writing Markup with JSX Page #198
- JavaScript in JSX with Curly Braces (@lucifertrj ) Hindi translation to this page is complete, pushing for review #175
- Passing Props to a Component
- Conditional Rendering (@sanchit36 ) conditional rendering page, done translation till line 258 #176 conditional rendering page translation #177
- Rendering Lists (@vishnupprajapat ) Translation of rendering-lists #321
- Keeping Components Pure
-
Adding Interactivity
- Responding to Events (@tushgaurav ) Translated "Responding to Events" page #311
- State: A Component's Memory (@MayurSMahajan ) Translation for "State: A Component's Memory". Solves issue #208 #209
- Render and Commit (@Rohan-Makwana ) Translated Render & Commit Page #179
- State as a Snapshot (@PriyankaBelhekar77 ) Translate State as a Snapshot #236
- Queueing a Series of State Updates
- Updating Objects in State (@Akshat2Jain ) translated till line 50 #211
- Updating Arrays in State (@aayush301 )
-
Managing State
- Reacting to Input with State
- Choosing the State Structure (@BrijenMakwana ) translation of choosing-the-state-structure page in Hindi #221
- Sharing State Between Components (@BryanRonad ) Translation for "Sharing State Between Components" #212
- Preserving and Resetting State
- Extracting State Logic into a Reducer (@GyanPrakashRaj ) issue 168 part __ Extracting State Logic into a Reducer #245
- Passing Data Deeply with Context
- Scaling Up with Reducer and Context
-
Escape Hatches
- Referencing Values with Refs (@khizarq313 ) referencing-values-with-refs translated in hindi #229
- Manipulating the DOM with Refs (@MadDevMax ) Update manipulating-the-dom-with-refs.md #318
- Synchronizing with Effects (@MadDevMax )
- You Might Not Need an Effect
- Lifecycle of Reactive Effects
- Separating Events from Effects
- Removing Effect Dependencies
- Reusing Logic with Custom Hooks
API Reference
-
react
: Hooks-
useCallback
-
useContext
-
useDebugValue
-
useDeferredValue
-
useEffect
(@Rajvardhan222 ) -
useId
-
useImperativeHandle
-
useInsertionEffect
-
useLayoutEffect
-
useMemo
-
useReducer
-
useRef
-
useState
(@tushgaurav ) -
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