Skip to content

Commit 816a98c

Browse files
committed
translate setup page documentation to hindi
1 parent d7d6097 commit 816a98c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/content/learn/setup.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
2-
title: Setup
2+
title: सेटअप
33
---
44
<Intro>
55

6-
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
6+
React एडिटर्स, TypeScript, ब्राउज़र एक्सटेंशन्स और कंपाइलर्स जैसे टूल्स के साथ इंटीग्रेट होता है। यह सेक्शन आपका एनवायरनमेंट सेट अप करने में आपकी मदद करेगा।
77

88
</Intro>
99

10-
## Editor Setup {/*editor-setup*/}
10+
## एडिटर सेटअप {/*editor-setup*/}
1111

12-
See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React.
12+
हमारे [रिकमेंडेड एडिटर्स](/learn/editor-setup) देखें और उन्हें React के साथ काम करने के लिए सेट अप करना सीखें।
1313

14-
## Using TypeScript {/*using-typescript*/}
14+
## TypeScript का उपयोग करना {/*using-typescript*/}
1515

16-
TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript).
16+
TypeScript, JavaScript कोडबेस में टाइप डेफिनिशन्स जोड़ने का एक लोकप्रिय तरीका है। [अपने React प्रोजेक्ट्स में TypeScript को इंटीग्रेट करना सीखें](/learn/typescript)
1717

1818
## React Developer Tools {/*react-developer-tools*/}
1919

20-
React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it [here](learn/react-developer-tools).
20+
React Developer Tools एक ब्राउज़र एक्सटेंशन है जो React कौम्पोनॅन्ट्स को इंस्पेक्ट कर सकता है, प्रॉप्स और स्टेट को एडिट कर सकता है, और परफॉरमेंस समस्याओं की पहचान कर सकता है। इसे इंस्टॉल करना [यहाँ सीखें](/learn/react-developer-tools)
2121

2222
## React Compiler {/*react-compiler*/}
2323

24-
React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).
24+
React Compiler एक टूल है जो आपकी React ऐप को अपने-आप ऑप्टिमाइज़ करता है। [और जानें](/learn/react-compiler)
2525

26-
## Next steps {/*next-steps*/}
26+
## अगले स्टेप्स {/*next-steps*/}
2727

28-
Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
28+
हर दिन काम आने वाले सबसे ज़रूरी React कॉन्सेप्ट्स का परिचय पाने के लिए [Quick Start](/learn) गाइड पर जाएँ।

0 commit comments

Comments
 (0)