Skip to content

Commit 19b3e8a

Browse files
Update typescript.md
1 parent cd0c4bf commit 19b3e8a

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

src/content/learn/typescript.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,16 @@ re: https://github.com/reactjs/react.dev/issues/5960
99

1010
<YouWillLearn>
1111

12-
<<<<<<< HEAD
1312
* [टाइपस्क्रिप्ट के साथ रिएक्ट कंपोनेंट्स:](/learn/typescript#typescript-with-react-components)
1413
* [हुक्स के साथ टाइपिंग के उदाहरण](/learn/typescript#example-hooks)
15-
* [सामान्य प्रकारें से `@types/react`](/learn/typescript/#useful-types)
16-
* [और सीखने के स्थान](/learn/typescript/#further-learning)
17-
=======
18-
* [TypeScript with React Components](/learn/typescript#typescript-with-react-components)
19-
* [Examples of typing with Hooks](/learn/typescript#example-hooks)
20-
* [Common types from `@types/react`](/learn/typescript#useful-types)
21-
* [Further learning locations](/learn/typescript#further-learning)
22-
>>>>>>> d52b3ec734077fd56f012fc2b30a67928d14cc73
14+
* [सामान्य प्रकारें से `@types/react`](/learn/typescript#useful-types)
15+
* [और सीखने के स्थान](/learn/typescript#further-learning)
2316

2417
</YouWillLearn>
2518

2619
## Installation {/*installation*/}
2720

28-
<<<<<<< HEAD
29-
सभी [प्रोडक्शन-ग्रेड रिएक्ट फ्रेमवर्क्स](/learn/start-a-new-react-project#production-grade-react-frameworks) टाइपस्क्रिप्ट का समर्थन करते हैं। स्थापना के लिए फ्रेमवर्क विशिष्ट गाइड का पालन करें:
30-
31-
=======
32-
All [production-grade React frameworks](/learn/creating-a-react-app#full-stack-frameworks) offer support for using TypeScript. Follow the framework specific guide for installation:
33-
>>>>>>> d52b3ec734077fd56f012fc2b30a67928d14cc73
21+
सभी [प्रोडक्शन-ग्रेड रिएक्ट फ्रेमवर्क्स](/learn/creating-a-react-app#full-stack-frameworks) टाइपस्क्रिप्ट का समर्थन करते हैं। स्थापना के लिए फ्रेमवर्क विशिष्ट गाइड का पालन करें:
3422

3523
- [Next.js](https://nextjs.org/docs/app/building-your-application/configuring/typescript)
3624
- [Remix](https://remix.run/docs/en/1.19.2/guides/typescript)

0 commit comments

Comments
 (0)