(no title)
tzarko
|
1 year ago
I thought the article was going to go in a totally different direction and advocate for a return to simpler tools and the importance of content over tool obsession. I mean, who actually cares if you use React for your blog? If the content is good enough and you’re not fixated on proselytizing the framework, does it even really matter to anyone?
devjab|1 year ago
I’d also argue that you’ll still need to know how CSS works even if you’re using tailwind. It’s still CSS it’s just that you don’t have to build everything yourself, but you do have to know how it works.
projektfu|1 year ago
Anyhow, from my standpoint I just like to be able to make sense of something when I look at its source, and I like it not to freak out because I have a chrome extension or two.
lynx23|1 year ago
So, here I am, the nobody you were talking about.
tzarko|1 year ago
So, do you care because of: a) Load times? b) Accessibility on different devices? c) Philosophical grounds?
Because based on what you're saying (the 10 mile high abstraction level), it's about developer experience, which is not about text?
Text being what the end-user will ultimately see despite the underlying framework being React or a guy manually typing out the thing over TCP on every request.
Don't get me wrong, I despise it as much as you do, but I think it's important to recognize that ultimately the hate is only valid in the real world if it's about the user and not the developer experience.