jeremiahlewis77 / personal-website

Personal website built with Next.js, Typescript and TailwindCSS. Deployed with Vercel.
https://jeremiahmlewis.me
0 stars 0 forks source link

Implement Incremental Static Regeneration (ISR) #26

Closed jeremiahlewis77 closed 2 years ago

jeremiahlewis77 commented 2 years ago

Allow website to fetch new data from GraphCMS/Hygraph as needed. Documentation on ISR can be found here

Why is this needed?

To eliminate the need of having the rebuild/redeploy entire site to fetch new data

jeremiahlewis77 commented 2 years ago

The latest update and PR (#28) implements ISR and satisfies the requirements of this issue.