Get the latest Next.js resources by industry experts in your inbox
Building a compute layer that is highly-optimized for interactive workloads, server-rendering, and APIs
In this article, I'll show four ways to avoid receiving a surprise cloud bill.
New Firewall capabilities reduce effects of DDoS attacks and enhance traffic control
Feature flagging is a technique that allows you to enable or disable features in your application without deploying new code. This can be useful for testing new features, rolling out features gradually, or fixing bugs.
Explore how to optimize React 18 applications using Next.js for better performance and SEO.
OpenNext enables the hosting of Next.js on various platforms while maintaining full feature support. In collaboration with SST, Cloudflare provides an adapter that simplifies the process of deploying Next.js applications on their platform.
How to protect GraphQL backends using Arcjet. Implementing rate limiting and bot protection for Yoga + Next.js.
MDX is one of, if not, the most popular ways to manage content as a developer, but configuring an app to use it can prove to be a challenge. Let’s see how we can set up MDX in a Next.js App Router app.
This PR removes the geo and ip properties from NextRequest for Next.js 15.
When it comes to deploying a Next.js app to production, generally everyone thinking starts from Vercel, and ends with Netlify, Firebase type providers. Not only are these providers very expensive, but they also have a lot of limitations. A wrong configuration in your serverless function can lead to a big bill, like this story where a Solo developer got a $100000 bill from Vercel because her app went viral.
In this blog post, we'll break down the 9 special routing files in the App Router, which replaces the older pages directory approach.