|
1 | 1 | --- |
2 | | -title: Setup |
| 2 | +title: راهاندازی |
3 | 3 | --- |
4 | 4 | <Intro> |
5 | 5 |
|
6 | | -React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up. |
| 6 | +ریاکت با ابزارهایی مانند ویرایشگرها، تایپاسکریپت، افزونههای مرورگر و کامپایلرها ادغام میشود. این بخش به شما کمک میکند محیط توسعه خود را راهاندازی کنید. |
7 | 7 |
|
8 | 8 | </Intro> |
9 | 9 |
|
10 | | -## Editor Setup {/*editor-setup*/} |
| 10 | +## راهاندازی ویرایشگر {/*editor-setup*/} |
11 | 11 |
|
12 | | -See our [recommended editors](/learn/editor-setup) and learn how to set them up to work with React. |
| 12 | +[ویرایشگرهای پیشنهادی ما](/learn/editor-setup) را ببینید و یاد بگیرید چطور آنها را برای کار با ریاکت پیکربندی کنید. |
13 | 13 |
|
14 | | -## Using TypeScript {/*using-typescript*/} |
| 14 | +## استفاده از تایپاسکریپت {/*using-typescript*/} |
15 | 15 |
|
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 | +تایپاسکریپت یک روش محبوب برای افزودن تعریف نوع به کدهای جاوااسکریپت است. [یاد بگیرید چگونه تایپاسکریپت را در پروژههای ریاکت خود ادغام کنید](/learn/typescript). |
17 | 17 |
|
18 | | -## React Developer Tools {/*react-developer-tools*/} |
| 18 | +## ابزارهای توسعه ریاکت {/*react-developer-tools*/} |
19 | 19 |
|
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 | +ابزارهای توسعه ریاکت یک افزونه مرورگر است که میتواند کامپوننتهای ریاکت را بررسی کند، props و state را ویرایش کند و مشکلات عملکردی را شناسایی کند. برای نصب آن [اینجا](/learn/react-developer-tools) را ببینید. |
21 | 21 |
|
22 | | -## React Compiler {/*react-compiler*/} |
| 22 | +## کامپایلر ریاکت {/*react-compiler*/} |
23 | 23 |
|
24 | | -React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler). |
| 24 | +کامپایلر ریاکت ابزاری است که بهطور خودکار اپلیکیشن ریاکت شما را بهینهسازی میکند. [بیشتر بدانید](/learn/react-compiler). |
25 | 25 |
|
26 | | -## Next steps {/*next-steps*/} |
| 26 | +## گامهای بعدی {/*next-steps*/} |
27 | 27 |
|
28 | | -Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day. |
| 28 | +به [راهنمای شروع سریع](/learn) بروید تا با مهمترین مفاهیم ریاکت که هر روز با آنها روبهرو میشوید، آشنا شوید. |
0 commit comments