Hacker News new | ask | show | jobs
by deergomoo 1775 days ago
> But how are things actually done in the web development business, nowadays?

We still write HTML (ish), but then we compile it into JavaScript functions, which then generate HTML again on the client.

I'm being slightly facetious, but that's basically what a modern web app written with Vue/React/Svelte/Angular does.