Incremental Static Generation
Update static content after you have built your site
4개의 노트
Update static content after you have built your site
Server Components compliment SSR, rendering to an intermediate abstraction without needing to add to the JavaScript bundle
Generate HTML to be rendered on the server in response to a user request
Deliver pre-rendered HTML content that was generated when the site was built