Hacker News new | ask | show | jobs
by lycalopex 1693 days ago
As someone still sometimes building brochure-style sites, I do wish it were easier to componentize things without unnecessarily turning every site into an SPA with React et al.
2 comments

It's still possible for traditional sites using things like PHP, Python with Jinja templates, Node with EJS templates, etc.
Try Next.js, all pages are SSR by default.