Next.js is used to create Server-side Rendering (SSR) and Static Site Generation (SSG) using JavaScript. The app fetches extra data from the server after the browser loads the website’s HTML page. SSG makes the site load even faster, creating a better user experience. This guide will help you learn how to use Next.js with Notion API to create a blog app.

•8m read time•From section.io
Post cover image
Table of contents
PrerequisitesOverviewSetting up the database on NotionSetting up an integration on NotionSetting up the Next.js applicationQuerying multiple postsQuerying single postConclusion
1 Comment

Sort: