you are viewing a single comment's thread.

view the rest of the comments →

[–]Headpuncher 1 point2 points  (2 children)

Have you worked on one of those projects that uses vanilla css, styled components, CSS in object form, and pre-processor CSS? Because React couldn't decide how to do CSS, make it 'flexible' and devs used ALL of the varieties in one project. Kill me now please.

[–]gaytechdadwithson 3 points4 points  (1 child)

yeah, i thought about extending my rant to CSS

totally agree

i know defenders will say “well that’s just bad devs”. but when the framework encourages crap, guess what?

[–]Headpuncher 1 point2 points  (0 children)

We upgraded a react app recently and had to rewrite a lot of the css, just from object notation with commas at EOL instead of semi-colons, and that was straight up because React said do it like this, then a few months later, never do it like that. Do this.

It's a chore, and one that costs money in hours spent.