hi.react.dev
hi.react.dev copied to clipboard
New Hindi Translation Progress
ReactJs - Hindi Documentation - New Site
Maintainer List
- @saranshkataria
- @arshadkazmi42
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
-
[x] Quick Start (@vishnupprajapat ) #327
- [ ] Tutorial: Tic Tac Toe (@PainKiller5000MG )
- [x] Thinking in React (@USKhokhar ) #239
-
[x] Installation (@khizarq313 ) #243
- [ ] Creating a React App
- [x] Start a New React Project (@Vipul1432 ) #320
- [x] Add React to an Existing Project (@MayankPrasher ) #297
- [x] Editor Setup (@Subramanyarao11 ) #246
- [x] Using TypeScript (@sohail-313 ) #266
- [x] React Developer Tools (@Anishpras ) #174
-
[ ] Describing the UI
- [x] Your First Component (@Akshit1025 ) #204
- [ ] Importing and Exporting Components (@PriyaAgrawalPromact )
- [x] Writing Markup with JSX (@Anku5hk ) #198
- [x] JavaScript in JSX with Curly Braces (@lucifertrj ) #175
- [x] Passing Props to a Component (@aayush301 ) #334
- [x] Conditional Rendering (@sanchit36 ) #176 #177
- [x] Rendering Lists (@vishnupprajapat ) #321
- [ ] Keeping Components Pure
-
[ ] Adding Interactivity
- [x] Responding to Events (@tushgaurav ) #311
- [x] State: A Component's Memory (@MayurSMahajan ) #209
- [x] Render and Commit (@Rohan-Makwana ) #179
- [x] State as a Snapshot (@PriyankaBelhekar77 ) #236
- [ ] Queueing a Series of State Updates
- [x] Updating Objects in State (@Akshat2Jain ) #211
- [x] Updating Arrays in State (@aayush301 ) #328
-
[ ] Managing State
- [ ] Reacting to Input with State
- [x] Choosing the State Structure (@BrijenMakwana ) #221
- [x] Sharing State Between Components (@BryanRonad ) #212
- [ ] Preserving and Resetting State
- [x] Extracting State Logic into a Reducer (@GyanPrakashRaj ) #245
- [x] Passing Data Deeply with Context (@aayush301 ) #337
- [ ] Scaling Up with Reducer and Context
-
[ ] Escape Hatches
- [x] Referencing Values with Refs (@khizarq313 ) #229
- [x] Manipulating the DOM with Refs (@MadDevMax ) #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 - [ ]
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
Hi @arshadkazmi42 can I do translations for the blog and community pages ?
@NegiAkash890 We are yet to update this issue with all details. But you can go ahead start. Just FYI, we are starting with transaction of pages in beta folder.
@NegiAkash890 please select pages from the live above which have a :white_check_mark: added to it.
@NegiAkash890 please select pages from the live above which have a ✅ added to it.
Ok. I will start with translation.
can you please assign me Thinking in React page
can you please assign me Thinking in React page
Go ahead. I have assigned the page to you
Hi @arshadkazmi42 I am almost done with translation for the Start a new React Project page translation can I work on the Your First Component page side by side?
@NegiAkash890 Lets get one page merge then we can move to next pages. We don't want alot of pending PRs. :)
You can pick up a new page, once current page is merged.
Can you please assign Form page or Create A New React App to me? As you mentioned I will open a pull request after a current page is merged
Hi @lucifertrj
We are only translating the page in the issues list. Can you pick one page from the list above.
Hello @arshadkazmi42 Can you assign me
Javascript in JSX with Curly Bracespage
Pages assigned. go ahead
@arshadkazmi42 Can you assign me the react developers tool page?
Page assigned
Page assigned
Thank you.
@arshadkazmi42 Can you assign me the editor setup page?
@Anishpras Page assigned.
I have completed the translation of the JavaScript In JSX Curly Bracket page. Can you assign me the Rendering Lists Page? @arshadkazmi42
Hi @lucifertrj Lets first get your open PR reviewed and closed. Then you can take up a new page.
Hey @arshadkazmi42 can i work on Conditional Rendering page.
Hey @arshadkazmi42 can i work on Conditional Rendering page.
@sanchit36 Go ahead. I have assigned the page to you
Hey @arshadkazmi42, I want to translate Render and Commit Page, and I have already completed translating till step 2. Apologies for asking late but can you assign me this page?
@Rohan-Makwana Sure go ahead. I have assigned you the page.
Thank you @arshadkazmi42 , I have translated the Render and Commit page , awaiting review. #179
Thank you @arshadkazmi42 , I have translated the
Render and Commitpage , awaiting review. #179
cool. i will get to it ASAP
hey @arshadkazmi42 please assign me the page named: Your First Component
I have started the work on it
@Akshit1025 Page assigned.
@Akshit1025 Page assigned.
ok thanks
Hey @arshadkazmi42, can you assign me Rendering Lists page?
I will keep in mind the silly mistakes I did while editing #175
Hey @arshadkazmi42, can you assign me
Rendering Listspage?I will keep in mind the silly mistakes I did while editing #175
@lucifertrj Page assigned