javascript - How to write comments in react? {/**/}This doesn't work~
習慣沉默
習慣沉默 2017-05-19 10:44:34
0
3
470

The final effect I want is this

When I wrote it, it was compiled into react-text. What is this? Logically speaking, shouldn't it be displayed as <!-- hfkdshk -->?

習慣沉默
習慣沉默

reply all(3)
阿神

jsx is syntax sugar for js, that is, jsx is also js.
So the comment syntax of jsx is not <!-- -->
Same question /q/10...

滿天的星座

This is JSX.

Don’t write comments inside.

黄舟
{/* jsx */} 单行注释

{/*
    多行注释   
*/}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template