DEV Community

Visakh Vijayan
Visakh Vijayan

Posted on

1 2

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)

Retry later
Retry later