# nextjs

All articles and daily spotlights related to nextjs

A hands-on SSG implementation using the Nextjs App router

In this post, I share my journey and solutions for implementing Static Site Generation (SSG) with Next.js App Router, tackling challenges with `React Query` and Vercel CDN caching to achieve a balance between static and dynamic content.