DEV Community

Discussion on: 2022 Tutorial on Creating a Markdown Blog with NextJS

Collapse
 
surjithctly profile image
Surjith S M

Thanks, How do we do if we want to show a widget on the Home page? Do we still need to use getStaticprops on the homepage again?

Collapse
 
alexmercedcoder profile image
Alex Merced

depends on the widget, if your talking about a youtube widget I'd just paste the code right into the page. If the widget relies on data that needs to be pre-fetched at build time then use getStaticProps