Build high-performance, scalable web applications using Next.js on EdgeOne Pages. Leverage complete Next.js rendering modes including SSR, ISR, and SSG, while building dynamic APIs and complex backend features.
Server-Side Rendering (SSR)
Real-time rendering through the server after each request
Incremental Static Regeneration (ISR)
Static generation + scheduled incremental updates
Static Site Generation (SSG)
Pre-generate all pages at build time
Streaming
Step-by-step rendering of page content, enhancing user experience
Node Functions
Run code in Node Runtime, no server management required
Edge Functions
Run code in Edge Runtime, no server management required
API Routes Demo
Demonstrate Next.js API Routes with GET and POST requests
Edge API Demo
Demonstrate Edge Runtime API with ultra-low latency