|
|
|
|
|
by marginalia_nu
1509 days ago
|
|
Page loads were slow, but you don't get that weird thing you get today when a page is slow even after it's loaded, or stuff keeps loading in and changing the layout so you need to sit and wait for an unknown period before you can interact with it. It feels like websites are a lot jankier today. The old web was slow, but it was predictable. Like I know a site where if you don't wait for it to finish to load (and it's javascript loading, so you get no browser indication that it's actually loading), then the all the links will be wrong. That is, you get the wrong content if you click a link. It's quietly kind of amazing how they've managed to break hyperlinks, given they're a part of HTML itself and work well out of the box. |
|
But there's plenty of websites out there still - including HN - that do without all of those extras. And it's up to web developers of today to resist using the fanciest technologies to build websites.
At some point there was the concept of (iirc) progressive web apps, where the basis was all HTML - fully functional, you could turn off JS and CSS and it'd still work - and then use CSS and JS to add functionality on top, but that would be purely embellishment.