DEV Community

Discussion on: Why do people use JSX?

Collapse
 
saifadin profile image
Osamah πŸš€ βš›οΈ

Simplicity, Composability and it makes thinking in components easier.

When you dive deeper into JSX and what happens with this syntaxic sugar is just functions, that’s why you can use JS in there.

I have built many Apps in React, AngularJS and Angular 3-5 and I can say with certainty, that it is easier and faster to set them up and write small atoms to build your app out of. The level of productivity is very high!

The biggest part of the Frontend Community uses JSX and they can’t be simply stupid.

If someone doesn’t like it, it’s fair, but it is a great pattern.

Collapse
 
moopet profile image
Ben Sinclair

"X million people can't be wrong!" is not a great argument :)