Skip to content

Commit 6297831

Browse files
Merge pull request #50 from shobhitsingh29/master
added translations for Babel, JSX, and Build Steps
2 parents 976bcd5 + 25188a6 commit 6297831

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/docs/faq-build.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ layout: docs
66
category: FAQ
77
---
88

9-
### Do I need to use JSX with React? {#do-i-need-to-use-jsx-with-react}
9+
### क्या मुझे React के साथ JSX का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-jsx-with-react}
1010

11-
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more.
11+
नहीं! अधिक जानने के लिए ["JSX के बिना React"](/docs/react-without-jsx.html) देखें ।
1212

13-
### Do I need to use ES6 (+) with React? {#do-i-need-to-use-es6--with-react}
13+
### क्या मुझे React के साथ ES6 (+) का उपयोग करने की आवश्यकता है? {#do-i-need-to-use-es6--with-react}
1414

15-
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
15+
नहीं! अधिक जानने के लिए ["ES6 के बिना React"](/docs/react-without-es6.html) देखें ।
1616

17-
### How can I write comments in JSX? {#how-can-i-write-comments-in-jsx}
17+
### मैं JSX में टिप्पणियां कैसे लिख सकता हूं? {#how-can-i-write-comments-in-jsx}
1818

1919
```jsx
2020
<div>

0 commit comments

Comments
 (0)