Next.js

Full-stack React framework

167 tutorials
12 of 167 tutorials
Aug 23, 2026· 8 min read

Static vs Dynamic Rendering in Next.js Explained

How Next.js 16 decides whether a component is rendered at build time or request time, and how Cache Components turn one route into a mix of both.

nextjsrenderingcache components
Aug 24, 2026· 7 min read

Revalidating Data After a Server Action

How to refresh cached pages after a Server Action with revalidatePath, updateTag, and refresh, and when to use each.

CachingnextjsServer Actions