What is so cool about JSX?

Visakh Vijayan - Nov 14 '18 - - Dev Community

JSX or Javascript XML. The thing I noticed best about JSX is that you can write JSX inside JavaScript and you don't need to append HTML elements using quotes(") or concatenate(+) them.

For any kind of values to be written within them you can simply use expressions{}.

Pretty damn cool!

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .