DEV Community

Discussion on: Why do people use JSX?

Collapse
 
rhymes profile image
rhymes

A bigger community I guess and probably better support for mobile through React Native but in practice if you dislike it you're better off using Vue, it's a good choice for most use cases.

I don't like JSX either but I read they're working on getting more support for code organization in React's components through hooks:

This is a fair comparison of Vue and React: vuejs.org/v2/guide/comparison.html...