Suspense vs "use client" - Understanding the Key Differences in Next.js 15

Suspense vs "use client" - Understanding the Key Differences in Next.js 15

05 November 2024

Confused by Next.js's Suspense and "use client"? Discover when to use each for loading states and component rendering, and learn about their impact on performance and bundle size.

Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption

Is Next.js 15 Ready for Production? A Deep Dive into Stability and Adoption

03 November 2024

Next.js 15 promises speed with Turbopack and React 19 integration but faces ecosystem hurdles. Learn if it's the right move for your projects.

Upgrading to Next.js 15  in 5 Mins using Codemod

Upgrading to Next.js 15 in 5 Mins using Codemod

22 October 2024

Upgrade your Next.js project in record time! Discover my step-by-step journey upgrading to Next.js 15,using the official codemode tool. Watch the video too!

Next.js 15 is out! What's new and what broke?

Next.js 15 is out! What's new and what broke?

22 October 2024

Next.js 15: A Must-Read for Web Developers! Learn about the latest updates, new observability APIs, and improved TypeScript support. Equip yourself with the knowledge to upgrade effortlessly!

My Experience Navigating the Next.js 15 Upgrade

My Experience Navigating the Next.js 15 Upgrade

22 October 2024

Next.js 15 was released today and I've tried upgrading my project from Next.js 14. Codegen helped to fix 80-90% of the issues but there were issues due to upgrade from React 18 to 19!

Mental Model for Client/Server Components, Static/Dynamic Route & Caching in Next.js

Mental Model for Client/Server Components, Static/Dynamic Route & Caching in Next.js

17 October 2024

Confused about Server Component vs Client Component, Dynamic vs Static Routes & Caching in Next.js? You are not alone. Use this mental model to help you!