DEV Community

Discussion on: 7 Reasons Why React is King of JavaScript UI Frameworks

Collapse
 
rixbeck_ profile image
Rix Beck

I think jsx is basically a bad idea except in quick and dirty solutions. In complex codebase much better to keep code and view separately. It is a nightmare for me editing code when I just want to change visual style. Not to mention also the generated markup snippets.

Collapse
 
mrkhan profile image
Mark Han

I promise you that even in a complex codebase with JSX it’s still possible to keep logic out of your views πŸ˜†