11:31
Next.js App Router Authentication (Sessions, Cookies, JWTs)
Learn the foundations of session based authentication through cookies in the Next.js App Router, and how community libraries ...
7:04
Client-Side Revalidation in Next.js with router.refresh() vs revalidatePath
Learn how to implement client-side revalidation in Next.js using the powerful router.refresh() function from the useRouter hook.
7:22
Next.js Server Actions vs API Routes: The Final Answer for 2025
Explaining the difference of next.js server actions and API Routes and coming to solution Promise.all magic: ...
45:51
NextJS App Router Authentication Refresh Token Rotation
NextJS App Router Authentication Refresh Token Rotation This video guides you through implementing Refresh Token Rotation in ...
4:53
Nextjs 14 refresh token rotation with http only cookies and external backend WITHOUT next-auth
In this video I want to show you how I implemented refresh token rotation in Nextjs version 14 using app router with http only ...
59:50
Master Next.js Server Actions for Data Mutations & Forms (2026 Guide)
We master Next.js 16 Server Actions to simplify data mutations and form handling in this 2026 guide. Stop writing boilerplate API ...
7:35
If you know react, but don't know what NextJS is, this is the video for you. NextJS offers a variety of benefits to using plain and pure ...
40:24
Next.js: How to Migrate From Pages to App Router
In this video, I show you how to migrate a Next.js project step by step from the pages directory to the new app router. ⭐ Get my ...
1:40:57
Next.js Caching & Rendering Tutorial – Full Course for Beginners
Learn Next.js 15 Caching & Rendering using the App Router. This tutorial is designed for developers who want a clear, ...