From 816a98cd6e55ff410d4b547ac458d3f518af7761 Mon Sep 17 00:00:00 2001 From: karannakra2 Date: Wed, 17 Jun 2026 12:13:29 +0530 Subject: [PATCH] translate setup page documentation to hindi --- src/content/learn/setup.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/content/learn/setup.md b/src/content/learn/setup.md index 2c46ee148..207cac422 100644 --- a/src/content/learn/setup.md +++ b/src/content/learn/setup.md @@ -1,28 +1,28 @@ --- -title: Setup +title: सेटअप --- -React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up. +React एडिटर्स, TypeScript, ब्राउज़र एक्सटेंशन्स और कंपाइलर्स जैसे टूल्स के साथ इंटीग्रेट होता है। यह सेक्शन आपका एनवायरनमेंट सेट अप करने में आपकी मदद करेगा। -## Editor Setup {/*editor-setup*/} +## एडिटर सेटअप {/*editor-setup*/} -See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React. +हमारे [रिकमेंडेड एडिटर्स](/learn/editor-setup) देखें और उन्हें React के साथ काम करने के लिए सेट अप करना सीखें। -## Using TypeScript {/*using-typescript*/} +## TypeScript का उपयोग करना {/*using-typescript*/} -TypeScript is a popular way to add type definitions to JavaScript codebases. [Learn how to integrate TypeScript into your React projects](/learn/typescript). +TypeScript, JavaScript कोडबेस में टाइप डेफिनिशन्स जोड़ने का एक लोकप्रिय तरीका है। [अपने React प्रोजेक्ट्स में TypeScript को इंटीग्रेट करना सीखें](/learn/typescript)। ## React Developer Tools {/*react-developer-tools*/} -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). +React Developer Tools एक ब्राउज़र एक्सटेंशन है जो React कौम्पोनॅन्ट्स को इंस्पेक्ट कर सकता है, प्रॉप्स और स्टेट को एडिट कर सकता है, और परफॉरमेंस समस्याओं की पहचान कर सकता है। इसे इंस्टॉल करना [यहाँ सीखें](/learn/react-developer-tools)। ## React Compiler {/*react-compiler*/} -React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler). +React Compiler एक टूल है जो आपकी React ऐप को अपने-आप ऑप्टिमाइज़ करता है। [और जानें](/learn/react-compiler)। -## Next steps {/*next-steps*/} +## अगले स्टेप्स {/*next-steps*/} -Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day. +हर दिन काम आने वाले सबसे ज़रूरी React कॉन्सेप्ट्स का परिचय पाने के लिए [Quick Start](/learn) गाइड पर जाएँ।