
Learn the ins and outs of Next.js middleware, which allows you to perform actions before a request is completed and modify the response accordingly.

A critical auth bypass vulnerability in Next.js lets attackers skip middleware checks by faking the x-middleware-subrequest header.

There’s been major controversy surrounding Next.js’s openness. Discover how OpenNext is addressing the bubbling issue of Next.js portability.

Learn how to manage environment variables in Next.js, which influence how an application behaves in different contexts and environments.

Image component to optimize imagesExplore automatic image optimization using Next Image, the built-in image optimization solution for Next.js.

With features like automatic prefetching and seamless integration with dynamic routing, Link helps you create a fast and responsive web application.

Explore the most critical CORS headers and how to configure them in Next.js, as well as how to handle common CORS in Next.js errors.

Explore the developer experience for Next.js vs. React and how recent releases have affected them, including Next.js 13 and React 18.

Optimize search parameter handling in React and Next.js with nuqs for SEO-friendly, shareable URLs and a better user experience.

Choose the rendering technique for your Next.js application, whether it’s client-side rendering, server-side rendering, or pre-rendering.

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

We’ll build an app using Next.js and Supabase. The concept is for users to track and create workout activities based on specified parameters