From 87188d542af276c712a08eb5e76ad392806a2478 Mon Sep 17 00:00:00 2001 From: shobhit-singh Date: Wed, 2 Oct 2019 04:00:19 +0530 Subject: [PATCH 1/2] added translations for `Babel, JSX, and Build Steps` --- content/docs/faq-build.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index b071cc131..89892f767 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -6,15 +6,15 @@ layout: docs category: FAQ --- -### Do I need to use JSX with React? {#do-i-need-to-use-jsx-with-react} +### क्या मुझे React के साथ JSX का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-jsx-with-react} -No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more. +नहीं! अधिक जानने के लिए ["JSX के बिना React करें"](/docs/react-without-jsx.html) देखें । -### Do I need to use ES6 (+) with React? {#do-i-need-to-use-es6--with-react} +### क्या मुझे React के साथ ES6 (+) का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-es6--with-react} -No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more. +नहीं! अधिक जानने के लिए ["ES6 के बिना React करें"](/docs/react-without-es6.html) देखें । -### How can I write comments in JSX? {#how-can-i-write-comments-in-jsx} +### मैं JSX में टिप्पणियां कैसे लिख सकता हूं? {#how-can-i-write-comments-in-jsx} ```jsx
From 25188a61f15c077db0352c587b1f295c47f3df9c Mon Sep 17 00:00:00 2001 From: shobhit singh Date: Thu, 3 Oct 2019 13:40:30 +0530 Subject: [PATCH 2/2] review comments addressed --- content/docs/faq-build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/faq-build.md b/content/docs/faq-build.md index 89892f767..6114433e8 100644 --- a/content/docs/faq-build.md +++ b/content/docs/faq-build.md @@ -8,11 +8,11 @@ category: FAQ ### क्या मुझे React के साथ JSX का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-jsx-with-react} -नहीं! अधिक जानने के लिए ["JSX के बिना React करें"](/docs/react-without-jsx.html) देखें । +नहीं! अधिक जानने के लिए ["JSX के बिना React"](/docs/react-without-jsx.html) देखें । ### क्या मुझे React के साथ ES6 (+) का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-es6--with-react} -नहीं! अधिक जानने के लिए ["ES6 के बिना React करें"](/docs/react-without-es6.html) देखें । +नहीं! अधिक जानने के लिए ["ES6 के बिना React"](/docs/react-without-es6.html) देखें । ### मैं JSX में टिप्पणियां कैसे लिख सकता हूं? {#how-can-i-write-comments-in-jsx}