Y
Hacker News
new
|
ask
|
show
|
jobs
by
darkvertex
118 days ago
You should try making a site with Astro. Load speed is cray cray.
1 comments
allthetime
118 days ago
Yeah I’m a recent Astro convert. To be fair, any static site will have this effect. It’s just everyone is using react to make landing pages now.
link
ethmarks
118 days ago
What makes Astro fast isn't just that it's static, it's that it automatically pre-renders and it doesn't ship a runtime. React can render to static as well, it just also ships the React runtime.
link
robertoandred
118 days ago
React sites are easily static.
link
mbreese
118 days ago
Static or pre-rendered static? I rarely come across the latter, but the former is pretty common.
link