Hacker News new | ask | show | jobs
by datalopers 1330 days ago
I’m still struggling to understand how this is any different than an oldschool cms or blog with a cache in front.
3 comments

It’s not. You can achieve the same or better results with Varnish. You can even achieve edge caching with Fastly (cloud varnish).

I think of it just as a different approach, where the focus is static (cache) with dynamic layered in as necessary. This forces you to be more explicit about dynamic behaviour and treating cache as a priority concern.

Having stuff served up near the user for speed, for one.

Also DX being better

no add + free.

Plus CDN if that matters.