Earlier quoted context omitted.
Pure HTML y'all. No megabytes of css, no bootstrap, no webpack with plethora of dependencies to load, parse and execute. We went the other route.
Why the drive-by attacks on good tools? This kind of stuff is tiring and just adds to the noise. > No megabytes of css Why would there ever be megabytes of CSS for such a site, apart from for ads, which is the main problem with modern 'content sites'. > no bootstrap Bootstrap can be tiny, and a big win in productivity/quality, so 'no Bootstrap' likely cost the devs in its lack of availabilty at the time. It looks far…
It's an industry wide issue that we keep trying to solve using shitty duct-tape and hacks, while not addressing the underlying problem.
This is just a reaction to that (and one that I agree with)
Edit:
> Why would there ever be megabytes of CSS for such a site, apart from for ads, which is the main problem with modern 'content sites'.
Dunno, but people keep doing it for some reason
> Bootstrap can be tiny, and a big win in productivity/quality, so 'no Bootstrap' likely cost the devs in its lack of availability at the time. It looks far worse and is less usable on mobile particularly (but on desktop too) than it would be if built with Bootstrap.
Bootstrap can be, but IME it typically isn't. Additionally, I constantly hear webdevs say it "makes mobile better", but I tend to disagree. I admit that this is purely opinion.
> Who exactly is advocating for 'webpack with plethora of dependencies' for that kind of website?
Pretty much every webdev I talk to. Admittedly not necessarily webpack but usually something similar.
I do understand that good tools being misused aren't bad tools, but, as a user, you can't expect me to be happy when I see those or similar tools when most of your industry is abusing them.