Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
content/docs/faq-build.md
|
|
@ -8,11 +8,11 @@ category: FAQ |
|
|
|
|
|
|
|
### Do I need to use JSX with React? |
|
|
|
|
|
|
|
No! Check out https://reactjs.org/docs/react-without-jsx.html |
|
|
|
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more. |
|
|
|
|
|
|
|
### Do I need to use ES6 (+) with React? |
|
|
|
|
|
|
|
No! Check out https://reactjs.org/docs/react-without-es6.html |
|
|
|
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more. |
|
|
|
|
|
|
|
### How can I write comments in JSX? |
|
|
|
|
|
|
|