![cover-img](https://project-assets.showwcase.com/1420x/30913/1661155071308-Chapter%25205.png?type=webp)
Static Site Generations in Advanced - Chapter 5 (Bahasa Indonesia)
22 August, 2022
0
0
0
Contributors
Understanding how fetching data works with getStaticProps
![img](https://project-assets.showwcase.com/1065x/30913/1661263272862-getStaticProps%2520work.png?type=webp)
This cycle only happen once at build phase
Context Parameter
•
•
•
getStaticProps return value
notFound
redirect
Revalidate Props
•
•
•
•
•
![img](https://project-assets.showwcase.com/376x446/30913/1661180194003-RevalidateDiagram.png?type=webp)
getStaticPaths for dynamic pages
•
•
•
![img](https://project-assets.showwcase.com/990x371/30913/1661184787240-getStaticPathsFallbackFalse.png?type=webp)
•
•
![img](https://project-assets.showwcase.com/1003x377/30913/1661184942203-getStaticPathsFallbackTrueBlocking.png?type=webp)
•
Next Chapter: Using Server Side Rendering in Next.js
react
web development
next.js
static site generations
fullstack framework