DEV Community

Discussion on: CSS in JS - have we done something wrong?

Collapse
 
andybroger profile image
Andy Broger • Edited

Heyo thanks for that post. I was in the exact same situation. I learned react, typescript,next, css in js, jest and all that ecosystem around just to conclude, that this is the wrong way.

There are for shure benefits to pack everything in one language, but it feels unnatural.

I also do backend dev and there the devs are seperating everything in microservices😂 They learned from the big monolithics. Thanks to docker, we are able to develop services in the best available language. c#/nodejs/golang.I like the mix, which vue and svelte provide. one file for components but you write the native language for style/markup and behavior.

Just my humble opinion.