Frontend
160 views
Static Site Generation
Quick Definition
Pre-rendering pages at build time into static HTML
Full Definition
Pre-rendering web pages at build time into static HTML files.
Examples
Next.js SSG, Hugo, Jekyll, fast loading, CDN-friendly
Related Terms
server-side-rendering
jamstack
nextjs
More Frontend Terms
Vite
Fast build tool with instant server start and HMR
Responsive Design
Making web pages render well on all devices
Web Accessibility
Making websites usable by people with disabilities
Angular
Full-featured TypeScript framework for single-page apps
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
Web Component
Browser-native technology for reusable custom HTML elements