DEV Community

Discussion on: CSS and JS Are at War, Here’s How to Stop It

Collapse
 
fkabinoff profile image
Francis Kabinoff

The solution should fit the problem. Right now, I'm building a web app that is very user interaction driven, and using React and css-in-js for that because the CSS needs to be very dynamic. Then I'm also building a blog to support this web app, and the primary concerns are initial rendering time and meta tags for social media. So I'm building a server-side rendered app that's traditional HTML, CSS, JS. The solution should fit the problem.