From ee9953b35c045a720f88ea6f680b2ed70bec277d Mon Sep 17 00:00:00 2001 From: Vishal Sodani Date: Wed, 9 Oct 2019 09:37:12 +0530 Subject: [PATCH 01/14] translated create new react app page --- content/docs/create-a-new-react-app.md | 81 +++++++++++++------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index ec1c273b4..451b718b1 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,39 @@ 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: -* 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. +इस पृष्ठ में कुछ लोकप्रिय React टूलचेन का वर्णन किया गया है जो निम्न कार्यों में मदद करते हैं: -The toolchains recommended on this page **don't require configuration to get started**. +* कई फ़ाइलों और कौम्पोनॅन्टस के लिए स्केलिंग। +* Npm से तीसरे पक्ष के libraries का उपयोग करना। +* आम गलतियों का जल्द पता लगाना। +* डेवलपमेंट के दौरान CSS और JS का लाइव-संपादन। +* उत्पादन के लिए आउटपुट का अनुकूलन। -## 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 `