API in Next.js 15: GET & POST Route Handler Examples

API in Next.js 15: GET & POST Route Handler Examples

30 October 2024

Build an API Endpoint in Next.js 15 using the latest route handler. See what's new and get code example to serve your API.

How to Build a Table of Content from HTML in React?

How to Build a Table of Content from HTML in React?

30 October 2024

Transforming HTML into a Table of Contents (TOC) in React can be a complex task. This guide simplifies the process, enhancing both your site's SEO and user experience.

Server Actions vs API Routes in Next.js 15 - Which Should I Use?

Server Actions vs API Routes in Next.js 15 - Which Should I Use?

28 October 2024

Next.js 15 brings Server Actions and API Routes into the spotlight. Dive into our comprehensive analysis to master these powerful tools and boost your app's performance and security!

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!