DEV Community

Visakh Vijayan
Visakh Vijayan

Posted on

What is so cool about JSX?

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!

Top comments (0)