File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ layout: docs
66category : 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>
You can’t perform that action at this time.
0 commit comments