Y
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
epicureanideal
1693 days ago
It's still possible for traditional sites using things like PHP, Python with Jinja templates, Node with EJS templates, etc.
link
mattwad
1693 days ago
Try Next.js, all pages are SSR by default.
link