next-on-the-edge
next-on-the-edge copied to clipboard
trafficstars
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';