Tag: SSG
6 items found
Glossary Terms
Astro
Astro is a web framework for content-heavy sites that ships HTML first and loads JavaScript only where interaction needs it.
Cloudflare Pages
Cloudflare Pages hosts static sites and frontend apps through Git-based deployments on Cloudflare's global edge network.
Jamstack
Jamstack is a web architecture approach based on JavaScript, APIs, and pre-built Markup for fast, secure, and scalable websites.
Next.js
Next.js extends React with server rendering, static generation, file-based routing, and backend endpoints for production web applications.
Nuxt.js
Nuxt.js extends Vue with file-based routing, server rendering, static generation, and backend functions for production web apps.
SSG (Static Site Generation)
SSG prebuilds pages into HTML during deployment, creating fast, cache-friendly sites that need little server work per request.