What is static site generation?
Server Components and React 19
Audio flashcard · 0:13Nortren·
What is static site generation?
0:13
Static site generation, or SSG, is the practice of rendering pages to HTML at build time rather than on each request. The resulting files are served as static assets, which is fast and cheap but less suitable for highly dynamic data.
---