Skip to content

Commit 5cf6c53

Browse files
committed
added final changes
1 parent 02e39da commit 5cf6c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/docs/hooks-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function FriendListItem(props) {
241241
242242
## 🔌 अन्य Hooks {#other-hooks}
243243

244-
कुछ कम इस्तेमाल किए जाने वाले बिल्ड इन Hooks है जो आपको उपयोगी लग सकते है। उदाहरण के लिए, [`useContext`](/docs/hooks-reference.html#usecontext) यह आपको नेस्टिंग के बिना React context को सब्सक्राइब करने देता है:
244+
कुछ Hooks ऐसे भी है जो कम इस्तेमाल होते है। उदाहरण के लिए, [`useContext`](/docs/hooks-reference.html#usecontext) आपको नेस्टिंग के बिना React context को सब्सक्राइब करने देता है:
245245

246246
```js{2,3}
247247
function Example() {
@@ -251,7 +251,7 @@ function Example() {
251251
}
252252
```
253253

254-
और [`useReducer`](/docs/hooks-reference.html#usereducer) आपको एक reducer के साथ जटिल कौम्पोनॅन्टस के लोकल state का प्रबंधन करने देता है:
254+
और [`useReducer`](/docs/hooks-reference.html#usereducer) आपको एक reducer के साथ जटिल कौम्पोनॅन्टस के लोकल state को संभालने देता है:
255255

256256
```js{2}
257257
function Todos() {

0 commit comments

Comments
 (0)