> CSS is effectively solved. Tailwind CSS is the best thing to ever happen to CSS. I cannot imagine ever writing CSS in a separate file and having to think of names for elements. It's also an excellent resource for beginners. I work with developers still have difficulty with concepts like specificity and cascading even though they have been working with CSS for many years. I don't think statements like this are true…
Isn't Tailwind the one where you write inline styles with classnames instead of inline styles? How's that good?
There's never been a better time to build websites
111–120 of 337 posts
Re: There's never been a better time to build websites
#112The learning curve is still steep and I'm not sure of the end product will come close to what I have in mind (informational knowledge base).
All I want is a simple website, that runs on multiple devices without being convoluted by plug-ins.
Re: There's never been a better time to build websites
#113Earlier quoted context omitted.
"because a good website is the only way to push back to Big Tech and it's practices" I agree with this. But what really spins my beanie is the amount of power a website gives a single person, small business or non-profit. It's really amazing.
So true! I hear small businesses and freelancers complain about being kicked of Twitter, OnlyFans, Youtube, Facebook, etc. One might not immediately make money with a website (although you sure can!), but the moment you are kicked of some platform, you have a safe haven to fall back on. A place where you can share the same textual or visual media with your visitors(/followers/friends/fans/connections). But instead of…
Not if you get banned from payment processors. Which is a thing that certainly happens
Re: There's never been a better time to build websites
#114Earlier quoted context omitted.
> See, all your experience (in a limited field) is telling you the wrong thing. You seem to be conflating objective wrong/right with your own personal stance. Do you have an objective argument in favor of your assertion about the longevity of non-TS libs? > And it is quite obvious to me that you need to know BOTH TypeScript and Javascript That's a reasonable strategy on the assumption that TypeScript will be used, bu…
Obviously, there is no objective wrong/right here, as only the future can tell. My subjective experience tells me, it will be that way. There is no need to context-switch. Just accept Javascript as part of TypeScript, because it really is. The argument is clear: TypeScript drastically reduces the amount of errors you will be making when coding, and the amount of time you need to think about stuff that is really trivi…
Re: There's never been a better time to build websites
#115Re: There's never been a better time to build websites
#116Re: There's never been a better time to build websites
#117> CSS is effectively solved. Tailwind CSS is the best thing to ever happen to CSS. I cannot imagine ever writing CSS in a separate file and having to think of names for elements. It's also an excellent resource for beginners. I work with developers still have difficulty with concepts like specificity and cascading even though they have been working with CSS for many years. I don't think statements like this are true…
Isn't Tailwind the one where you write inline styles with classnames instead of inline styles? How's that good?
Re: There's never been a better time to build websites
#118It's definitely a great time to build websites, but saying they _NEVER_ have been easier to make... I'm not 100% sure about that. Yes, tailwind might make css a lot easier, and github copilot might make coding a lot faster... but is this really easier than in the early 90ies, when you could just type into notepad and make a website that didn't require any CSS or images or JS or even more than just the most basic html…
Hacker News still uses tables - for layout ! But it always loads super fast, and it just works. We figured out how to display text on a web page decades ago. It's a shame more people aren't just doing it the direct way anymore. (Applications are a different matter obviously)
But my argument never was about the layout or design of Hacker News being "better".
What I meant to argue was, that content is king, and that everything else should serve the actual content - not distract from it.
Re: There's never been a better time to build websites
#119Re: There's never been a better time to build websites
#120I am still reluctant to use JS/CSS frameworks. What I learned in 10 years is the fact that I hate learning useless abstractions that will eventually fade within the span of 18/36 months. The joy in web dev for me is creating stuff not learning how to use frameworks.