TCH ME Mehedi Hasan Understanding SSR, CSR, Server Components, and Client Components in Next.js (The Right Way) Modern Next.js has fundamentally changed how we build React applications. If you learned React through traditional single-page apps (SPAs)…
MDA HUM TCH SA sajanmangattu Best UI Libraries for React Server Components in 2026 Picking a UI library for a Next.js App Router project is no longer about features or theming — it’s about how much of the library has to…
TCH SU Suresh Kumar Ariya Gowder Server vs Client Components in Next.js 2025 -a Practical Decision Tree When the App Router launched, many developers instinctively added 'use client' to every file “just in case.” The result was slower pages…
TCH CH Chamith Madusanka · Frontend Weekly Setting Up Authentication in Next.js 15 Using NextAuth.js v5 Server Component and Client Component approaches for implementing authentication.