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

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

Home Page:https://nextjs-v14-app-router-fetching-poc.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://nextjs-v14-app-router-fetching-poc.vercel.app/


Languages

Language:TypeScript 97.6%Language:CSS 1.4%Language:JavaScript 0.9%