DEV Community

[Comment from a deleted post]
 
jackmellis profile image
Jack

I used to work on a Vue application with Single File Components and I couldn't understand why you'd ever want to litter your javascript with html elements, it seemed ridiculous.

After moving to React and spending several years with it, I now strongly believe that all of the negativity towards jsx is due to badly written components.

Having said all that, perhaps jsx is just not for you 😄