Fish Touching🐟🎣

NextJS

Jun 3, 2023

A framework based on ReactJS

Used to change metadata

# Script

# getStaticProps

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.

# getStaticPath

image.png