NextJS
A framework based on ReactJS
# Head
Used to change metadata
# Script
srcstrategyonLoadonReadyonError
# 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
