DEV Community

Discussion on: I front-end and hate CSS. Here's how I deal with it

Collapse
 
harsh_singh profile image
Harsh

well styled components are pretty good even i like them and i like css but i dont know much just basics of css as i am a react developer . As far as i know debugging the css and styles that are created with styled components is very difficult go to chrome and inspect a element u'll know what i mean cos they add random names to element as classname n all which is very hard to fix . otherwise styled components are good , styled components also makes ur app little slow cos it spends more time in scripting n all.

Collapse
 
fly profile image
joon

Thank you for the feed back syook!

cos they add random names to element as classname
Yes, this is an issue that I also noticed while developing, but I am still steadfast when it comes to efficiency.
It is definitely a downside, but the pros out-weigh the cons in my opinion :)

styled components also makes ur app little slow cos it spends more time in scripting n all.
I find difficulty in agreeing with this matter, please could you be a bit more specific on what aspect makes the app slow? I love making efficient apps and you got my attention on little slow.

Some comments have been hidden by the post's author - find out more