23
loading...
This website collects cookies to deliver better user experience
2.0
. The term "Jamstack" has always been a bit of a marketing success for a general architecture idea, but most developers took it to mean 90's era websites with nothing but static files on a CDN. The latest frontend framework and serverless infrastructure features are combining to shake up the game - Jamstack is growing up.<table>
s to layout the entire page.<script>
tags is terrible for search rankings. Until recently, Google's search bots didn't even run client-side javascript and would have no idea what was in a purely client-side rendered site.How can my site be static when it needs to show user-specific content like order history or messages?
23