Next.js Tutorial #15 Dynamic Pages with getStaticProps

Опубликовано: 29 Сентябрь 2024
на канале: DATAHACKS
99
0

Next.js Tutorial #15 Dynamic Pages with GetStaticProps

In this video , we'll learn how to use getstaticprops for generating dynamic pages.If you export a function called getStaticProps (Static Site Generation) from a page, Next.js will pre-render this page at build time using the props returned by getStaticProps.

Time Stamp
0:00 = Intro
0:48 = Demo
9:32 = Issues

Dynamic route =    • Next.js Tutorial #6 Dynamic  Routing ...  
Static Generation =    • Next.js Tutorial #13 Static Generation  
Static Page =    • Next.js Tutorial #14 Static page with...  

#nextjs #nextjs13 #nextjstutorial #DATAHACKS