Skip to main content

SSG ↔ (process) to Pre-render HTML Static Content at build time for Thin Client

aka SSG, Static-Site-Generation, Static-Site-Generator, Static-Generation

Static Website Host

References

  1. Next.js ↔ fullstack React Framework for SSG & now official react team approval?! headless CMS

  2. renderToStaticMarkup()ReactDOMServer function to SSG as raw HTML

  3. GatsbySSG for pure blogs. Next.js alt for pure static sites. 412K vs next 3.5M WDL. GraphQL

  4. Nextra ↔ opinionated SSG solution for nextjs

  5. docusaurusReact Framework SSG CMS for API docs as SPA with built-in Routing + MDX support

  6. ISR ↔ Incremental Static Regeneration scaling strat to serve skeleton & SSG on-demand per-page basis & keep update with set interval to prevent Stale