API in Next.js 15: GET & POST Route Handler Examples
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?
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?
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
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: 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
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!