You forgot to mention Nextjs’ Incremental Static Regeneration (ISR) feature. This addition truly allows one to create a static-dynamic hybrid app. I created a simple forum using next and ISR. The forum content pages are static and render extremely fast which is great for SEO.