Next.jsNext.jsGSAP in Next.js: A Practical GuideGSAP works great with Next.js, but there is one important thing to understand: GSAP animations run…Daniel NguyenSeptember 29, 2026 1 min
Next.jsNext.jsRendering Strategies in Next.jsOne of the most important things to understand in Next.js is where and when your page gets rendered…Daniel NguyenSeptember 28, 2026 1 min
Next.jsNext.jsNext.js ProxyIn Next.js 16, middleware.ts was renamed to proxy.ts . The idea is still the same: run code…Daniel NguyenSeptember 27, 2026 1 min
Next.jsNext.jsError Handling in Next.jsError handling in Next.js becomes much easier when you separate expected errors from unexpected…Daniel NguyenSeptember 25, 2026 1 min
Next.jsNext.jsNext.js: Fetching, Mutating, Caching & Revalidating DataWhen learning the Next.js App Router, there are four concepts that can easily get mixed up…Daniel NguyenSeptember 24, 2026 1 min
Next.jsNext.jsNext.js: Server and Client ComponentsOne of the most important concepts in the Next.js App Router is understanding when to use Server…Daniel NguyenSeptember 23, 2026 1 min