/nextjs-v14-app-router-fetching-poc

Nextjs v14 app router ISR, SSG, Cache, Time-based and On-demand revalidation concepts

Primary LanguageTypeScript

Next 14 App Router Fetching PoC with Revalidate

Tecnologies

  • Nextjs v14.0.4 with app directory
  • Nodejs v18.17.0+

It works in both Vercel and Local for the following versions:

  • Next.js 13.5.6 + Node 16.14.0
  • Next.js 13.5.6 + Node 18.17.0
  • Next.js 14.0.4 + Node 18.17.0

Steps to setup

  • Create a new .env file based on the template .env.template

Getting Started

First, run the development server:

npm install

npm run dev