This free video course over at Egghead forms a nice introduction to both Next.js and the Notion API.
In this course, you will learn how to pre-render static pages with data from the Notion API. We will cover querying page, block and database data, as well as updating properties with mutations, and some helpful techniques for transforming raw responses into convenient data structures for our React components. Using Incremental Static Regeneration (ISR), we will learn about dynamically creating static pages any time new data is available in Notion.
I also like the fact that it’s short and on-point.
Build Static Pages Dynamically using Next.js and the Notion API →