File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11---
22id : faq-build
3- title : Babel, JSX, and Build Steps
3+ title : Babel, JSX, dan Tahapan Build
44permalink : docs/faq-build.html
55layout : docs
66category : FAQ
77---
88
9- ### Do I need to use JSX with React? {#do-i-need-to-use-jsx-with-react}
9+ ### Perlukah saya menggunakan JSX pada React? {#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+ Tidak! Silahkan lihat [ "React Tanpa JSX"] ( /docs/react-without-jsx.html ) untuk lebih lanjut .
1212
13- ### Do I need to use ES6 (+) with React? {#do-i-need-to-use-es6--with-react}
13+ ### Perlukah saya menggunakan ES6 (+) pada React? {#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+ Tidak! Silakan lihat [ "React Tanpa ES6"] ( /docs/react-without-es6.html ) untuk lebih lanjut .
1616
17- ### How can I write comments in JSX? {#how-can-i-write-comments-in-jsx}
17+ ### Bagaimana cara menulis komentar di JSX? {#how-can-i-write-comments-in-jsx}
1818
1919``` jsx
2020< div>
21- {/* Comment goes here */ }
22- Hello , {name}!
21+ {/* komentar disini */ }
22+ Halo , {name}!
2323< / div>
2424```
2525
2626``` jsx
2727< div>
28- {/* It also works
29- for multi-line comments. */ }
30- Hello , {name}!
28+ {/* Juga bekerja untuk
29+ multi-baris komentar */ }
30+ Halo , {name}!
3131< / div>
3232```
You can’t perform that action at this time.
0 commit comments