You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/hooks-overview.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ function FriendListItem(props) {
241
241
242
242
## 🔌 अन्य Hooks {#other-hooks}
243
243
244
-
कुछ कम इस्तेमाल किए जाने वाले बिल्ड इन Hooks है जो आपको उपयोगी लग सकते है। उदाहरण के लिए, [`useContext`](/docs/hooks-reference.html#usecontext) यह आपको नेस्टिंग के बिना React context को सब्सक्राइब करने देता है:
244
+
कुछ Hooks ऐसे भी है जो कम इस्तेमाल होते है। उदाहरण के लिए, [`useContext`](/docs/hooks-reference.html#usecontext) आपको नेस्टिंग के बिना React context को सब्सक्राइब करने देता है:
245
245
246
246
```js{2,3}
247
247
function Example() {
@@ -251,7 +251,7 @@ function Example() {
251
251
}
252
252
```
253
253
254
-
और [`useReducer`](/docs/hooks-reference.html#usereducer) आपको एक reducer के साथ जटिल कौम्पोनॅन्टस के लोकल state का प्रबंधन करने देता है:
254
+
और [`useReducer`](/docs/hooks-reference.html#usereducer) आपको एक reducer के साथ जटिल कौम्पोनॅन्टस के लोकल state को संभालने देता है:
0 commit comments