Comment on Average website visit in 2024
Kayana@ttrpg.network 9 months agoThat’s something I would disagree with though. “Sticking with plain HTML and CSS” is way more work, and often works significantly worse, than building a website with a framework.
starry@suppo.fi 9 months ago
you can build it with a framework, but maybe build it on the server side instead. I’ve seen many nice sites that hardly use any javascript and instead of a bunch of api calls, the server just returns new html to render.