/next-blog-ssg-incremental

Blog with Incremental Static Generation with JSON data in Next.js

Primary LanguageJavaScriptMIT LicenseMIT

Basic Next.js Incremental Static Generation Example

Background re-rendering could be triggered based on a timeout, similar to the way that Cache-Control's maxage works using revalidate: 1

Install it and run:

git clone https://github.com/tufail/next-blog-ssg-incremental.git
npm install
npm run dev
# or
yarn
yarn dev