-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translated usestate.md #220
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this.
I have added review till line 30
Lets get these fixed and post that we can continue further with the review.
Also, you can refer our review process #23 to know more
@@ -4,38 +4,38 @@ title: useState | |||
|
|||
<Intro> | |||
|
|||
`useState` is a React Hook that lets you add a [state variable](/learn/state-a-components-memory) to your component. | |||
`useState` एक React Hook है जो आपको अपने कौम्पोनॅन्ट में एक [state वेरिएबल](/learn/state-a-components-memory) ऐड करने देता है| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hook
=> हुक
@@ -4,38 +4,38 @@ title: useState | |||
|
|||
<Intro> | |||
|
|||
`useState` is a React Hook that lets you add a [state variable](/learn/state-a-components-memory) to your component. | |||
`useState` एक React Hook है जो आपको अपने कौम्पोनॅन्ट में एक [state वेरिएबल](/learn/state-a-components-memory) ऐड करने देता है| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
है|
=> है।
- [कौम्पोनॅन्ट में state ऐड करना](#adding-state-to-a-component) | ||
- [पिचले state के आधार पर state अप्डेट करना](#updating-state-based-on-the-previous-state) | ||
- [State में ऑब्जेक्ट्स और अर्रेस अपडेट करना](#updating-objects-and-arrays-in-state) | ||
- [इनिशल state को फ़िर सृष्ट करने से बचना](#avoiding-recreating-the-initial-state) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
सृष्ट
=> क्रिएट
beta/src/pages/apis/usestate.md
Outdated
- [State में ऑब्जेक्ट्स और अर्रेस अपडेट करना](#updating-objects-and-arrays-in-state) | ||
- [इनिशल state को फ़िर सृष्ट करने से बचना](#avoiding-recreating-the-initial-state) | ||
- [ Key के सात state रिसेट करना](#resetting-state-with-a-key) | ||
- [पिचले रेंडर के जानकारी को स्टोर करना](#storing-information-from-previous-renders) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
के
=> की
- [I'm getting an error: "Too many re-renders"](#im-getting-an-error-too-many-re-renders) | ||
- [My initializer or updater function runs twice](#my-initializer-or-updater-function-runs-twice) | ||
- [ट्रबलशूटिंग](#troubleshooting) | ||
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log
=> लोग
- [ट्रबलशूटिंग](#troubleshooting) | ||
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) | ||
- [state अपडेट कर लिया है लेकिन स्क्रीन अपडेट नही हो रहा](#ive-updated-the-state-but-the-screen-doesnt-update) | ||
- [मुझे एक एरर मिल रहा है: "Too many re-renders"](#im-getting-an-error-too-many-री-renders) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#im-getting-an-error-too-many-री-renders
=> #im-getting-an-error-too-many-re-renders
lets not translate anything related to links or reflinks
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) | ||
- [state अपडेट कर लिया है लेकिन स्क्रीन अपडेट नही हो रहा](#ive-updated-the-state-but-the-screen-doesnt-update) | ||
- [मुझे एक एरर मिल रहा है: "Too many re-renders"](#im-getting-an-error-too-many-री-renders) | ||
- [मेरा reducer या एनिशिअलिज़ेर फंक्शन दो बार चलता है ](#my-initializer-or-updater-function-runs-twice) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reducer
=> रेडूयसर
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) | ||
- [state अपडेट कर लिया है लेकिन स्क्रीन अपडेट नही हो रहा](#ive-updated-the-state-but-the-screen-doesnt-update) | ||
- [मुझे एक एरर मिल रहा है: "Too many re-renders"](#im-getting-an-error-too-many-री-renders) | ||
- [मेरा reducer या एनिशिअलिज़ेर फंक्शन दो बार चलता है ](#my-initializer-or-updater-function-runs-twice) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
एनिशिअलिज़ेर
=> इनिशिअलिज़ेर
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) | ||
- [state अपडेट कर लिया है लेकिन स्क्रीन अपडेट नही हो रहा](#ive-updated-the-state-but-the-screen-doesnt-update) | ||
- [मुझे एक एरर मिल रहा है: "Too many re-renders"](#im-getting-an-error-too-many-री-renders) | ||
- [मेरा reducer या एनिशिअलिज़ेर फंक्शन दो बार चलता है ](#my-initializer-or-updater-function-runs-twice) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
है
=> है
remove extra space at the end
- [मैंने state का वैल्यू अपडेट किया है मगर log करते समय मुझे पुराना वैल्यू मिलता है](#ive-updated-the-state-but-logging-gives-me-the-old-value) | ||
- [state अपडेट कर लिया है लेकिन स्क्रीन अपडेट नही हो रहा](#ive-updated-the-state-but-the-screen-doesnt-update) | ||
- [मुझे एक एरर मिल रहा है: "Too many re-renders"](#im-getting-an-error-too-many-री-renders) | ||
- [मेरा reducer या एनिशिअलिज़ेर फंक्शन दो बार चलता है ](#my-initializer-or-updater-function-runs-twice) | ||
- [I'm trying to set state to a function, but it gets called instead](#im-trying-to-set-state-to-a-function-but-it-gets-called-instead) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have missed this line, can you translate this line also.
hey @arshadkazmi42 I want to know your thoughts on this |
Co-authored-by: Rajiv <[email protected]>
Co-authored-by: Rajiv <[email protected]>
Co-authored-by: Rajiv <[email protected]>
@Albert-Jokelin There are some conflicts in the file. Can. you resolve those or open a new PR. I will get this merged once that is resolved |
This is the fifth of the five files I translated.