arzafran / next-on-the-edge

Home Page:next-on-the-edge.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js on the Edge

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

This template uses the new app directory (beta) in Next.js 13. 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 = 'experimental-edge';

Learn more.

About

next-on-the-edge.vercel.app


Languages

Language:TypeScript 74.1%Language:CSS 25.2%Language:JavaScript 0.7%