you are viewing a single comment's thread
view the rest of the comments
[–] 16 points 2 years ago* (1 child)

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.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 2 years 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.

  • source
  • parent