Static Site Generations in Advanced - Chapter 5 (Bahasa Indonesia)
22 August, 2022
0
0
0
Contributors
Understanding how fetching data works with getStaticProps
This cycle only happen once at build phase
Context Parameter
•
•
•
getStaticProps return value
notFound
redirect
Revalidate Props
•
•
•
•
•
getStaticPaths for dynamic pages
•
•
•
•
•
•
Next Chapter: Using Server Side Rendering in Next.js
react
web development
next.js
static site generations
fullstack framework