DEV Community

Discussion on: CSS Modules vs CSS-in-JS. Who wins?

Collapse
 
alienpr84 profile image
Alien Padilla Rodriguez

In my personal opinion I see Styled Components more for a Single Page Aplications where the SEO isn't important and is unecessary to cache css files. In the case of static web site or a site that must have a good SEO the Module-Css is better.

@greggcbs My recomendation is to use code splitting if you have problem with the performans when you use Styled-Components in your project, in order to avoid brign all code in the first load of the site.

Good article @sergey