Skip to content

vercel-labs/next-on-the-edge

Repository files navigation

Next.js on the Edge

This is a demo of Next.js using the Edge Runtime.

This template uses the new Next.js App Router. This includes support for enhanced layouts, colocation of components, tests, and styles, component-level data fetching, and more.

How it works

The index route / uses the Edge Runtime through:

export const runtime = 'edge';

Learn more.