• Kayana@ttrpg.network
    link
    fedilink
    arrow-up
    17
    ·
    edit-2
    5 months ago

    That’s something I would disagree with though. “Sticking with plain HTML and CSS” is way more work, and often has significantly less functionality, than building a website with a framework.

    • Stawwy@suppo.fi
      link
      fedilink
      arrow-up
      4
      ·
      5 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.