Blog post about Next.js Incremental Static Regeneration #14028
Unanswered
arunoda
asked this question in
Show and tell
Replies: 1 comment 1 reply
-
Hi arunoda. Great blog post. I followed the example and in my previous build with getstaticpath and getstaticprops i changed fallback : false, to true and added unstable_revalidate: 10 but this give me some error in the logs. TypeError: Cannot read property 'title' of undefined If i go back to the previous config it works. What could be the problem ? i mean, in my function page i put the {data} of getstaticprops as prop.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a blog post on Next.js Incremental Static Regeneration. I tried to compare pure SSR and SSG approaches and how these improvements takes things further.
I also included a few demos inside the blog post to make things understandable.
I you still didn't understand how Next.js Incremental Static Regeneration works, I assume this article helps.
Let me know, what I need to improve or what I should change etc.
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions