Static Site Generation
Static Rendering
Static Server Side Rendering
Occurs at build time and provides fast First Paint, First Contentful Paint, and Time To Interactive
One disadvantage of static rendering is that individual HTML files must be generated for all possible URLs
Not suitable for applications that require dynamically generated pages
