Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/content/learn/setup.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
title: Setup
title: सेटअप
---
<Intro>

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

</Intro>

## 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) गाइड पर जाएँ।