diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index ec1c273b4..68bd3a610 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -1,6 +1,6 @@ --- id: create-a-new-react-app -title: Create a New React App +title: एक नया React एप्प बनाएं permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -8,38 +8,38 @@ prev: add-react-to-a-website.html next: cdn-links.html --- -Use an integrated toolchain for the best user and developer experience. +सर्वश्रेष्ठ उपयोगकर्ता और डेवलपर अनुभव के लिए एक संघटित टूलचेन का उपयोग करें। -This page describes a few popular React toolchains which help with tasks like: +इस पृष्ठ में कुछ लोकप्रिय React टूलचेन का वर्णन किया गया है जो निम्न कार्यों में मदद करते हैं: -* Scaling to many files and components. -* Using third-party libraries from npm. -* Detecting common mistakes early. -* Live-editing CSS and JS in development. -* Optimizing the output for production. +* कई फाइल्स और कौम्पोनॅन्टस के लिए स्केलिंग। +* Npm से थर्ड पार्टी लाइब्रेरीज का उपयोग करना। +* आम गलतियों का जल्द पता लगाना। +* डेवलपमेंट के दौरान CSS और JS का लाइव-संपादन। +* प्रोडक्शन के लिए ऑप्टिमाइज़ करना। -The toolchains recommended on this page **don't require configuration to get started**. +इस पेज पर सुझाए गए टूलचेनस को **आरंभ करने के लिए किसी प्रकार की कॉन्फ़िगरेशन की आवश्यकता नहीं है**। -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## शायद आपको टूलचेन की आवश्यकता ना हो {#you-might-not-need-a-toolchain} -If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `