|
|
|
|
|
by cabraca
1514 days ago
|
|
JAMStack is the fancy term netlify introduced.
Most of the time its just a static site generator like gohugo.io with a bit js and apis sprinkled into. So instead of rendering the page at request time, its rendered before deployment, deployed as static html with the js part managing the dynamic parts like stripe, apis, etc. |
|
EDIT: Nvm. Upon rereading, I picked up on the distinction that the rendering is done before a request is made.