DEV Community

Discussion on: Anyone else intolerant of html inside javascript? yes i mean React

Collapse
 
jeffhykin profile image
Jeff Hykin • Edited

I didn't like it at first; it wasn't clear to me where it was-and-wasn't allowed and what was-and-wasn't allowed inside it.

Once I learned how the parser detects JSX, and learned exactly what it compiles to, then it felt perfectly natural and has been amazing.

As a side note, I hate React (I've used it for years). I disagree with the downwards stateful flow and the context API/Redux. JSX in my opinion is at its best outside of React.