Skip to content

deepinder10/on-demand-isr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On Demand ISR

This repo shows the implementation of On Demand ISR strategy added to NextJS 12.1 that allows you to revalidate individual pages that use getStaticProps. The article for explanation of this repo is documented here https://deepinder.me/nextjs-on-demand-isr

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

To test it out creating a production environment

npm run build
npm start
# or 
yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.

on-demand-isr

About

NextJS 12.1 On Demand ISR implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published