File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ layout: docs
6
6
category : FAQ
7
7
---
8
8
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}
10
10
11
- No! Check out [ "React Without JSX "] ( /docs/react-without-jsx.html ) to learn more.
11
+ नहीं! अधिक जानने के लिए [ "JSX के बिना React "] ( /docs/react-without-jsx.html ) देखें ।
12
12
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}
14
14
15
- No! Check out [ "React Without ES6 "] ( /docs/react-without-es6.html ) to learn more.
15
+ नहीं! अधिक जानने के लिए [ "ES6 के बिना React "] ( /docs/react-without-es6.html ) देखें ।
16
16
17
- ### How can I write comments in JSX ? {#how-can-i-write-comments-in-jsx}
17
+ ### मैं JSX में टिप्पणियां कैसे लिख सकता हूं ? {#how-can-i-write-comments-in-jsx}
18
18
19
19
``` jsx
20
20
< div>
You can’t perform that action at this time.
0 commit comments