DEV Community

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

Collapse
 
cgdougm profile image
Doug MacMillan

I don’t like script tags in html... I don’t like mixing code and data. But if you truly believe in “separation of concerns” you‘ll like having one file that completely describes one component.