Files
react.dev/content/docs/faq-build.md
Alex Krolick e9b132a280 Add FAQ pages
2017-11-12 19:25:43 -08:00

395 B

id, title, permalink, layout, category
id title permalink layout category
faq-build Babel, JSX, and Build Steps docs/faq-build.html docs FAQ

Do I need to use JSX with React?

No! Check out https://reactjs.org/docs/react-without-jsx.html

Do I need to use ES6 (+) with React?

No! Check out https://reactjs.org/docs/react-without-es6.html

How can I write comments in JSX?

 {*/ Comment goes here */}