The Course is launching in Early Access! 🎉
The Modern Full Stack Next.js Course is launching in Early Access only to the folks on the waitlist in a couple of weeks.
Feedback
Curriculum
Static Site Generation (SSG) is a method where pages are generated at build time rather than at request time. When you build your Next.js application, it pre-renders each page into HTML files that can be served directly from a CDN.
In the demo above, the courses are generated at build time and served from a CDN. This content will remain static and identical for all users. It is perfect for content that doesn't change often.
Static Site Generation is ideal for: