Notion Api Egghead Course Save

An egghead collection of videos demonstrating how to use the Notion API and Next.js to build awesome webapps!

Project README

Build a recipe website and movie picker with the Notion API and Next.js

This repo accompanies a free community collection of videos on egghead.

🔍 About

In this course, we look at building apps with the Notion API and Next.js. We start by learning about generating static pages with pre-rendering in Next.js, and the performance benefits this unlocks.

We build two examples to cover the concepts in this course. The first is a recipe website backed by a collection of nested Notion pages. This demonstrates how to create an integration and share data with it. Additionally, we cover how to parse the structure of the response data, and transform it into something that makes sense for our React components.

We learn about the different types of data that exist in Notion's page and block types, and when we need to use each. Lastly, we cover using slugified URLs instead of recipe IDs, making our links much more pleasant and trustworthy.

The second example we build is a movie picker. This fetches data from a Notion Database and helps to suggest a movie we can watch. This module covers requesting data from a Database, iterating over cursor-based pagination to fetch all results from a large dataset, performing mutations on properties in a Database and Next.js' Incremental Static Regeneration.

This course is a great introduction to the Notion API, but also covers the foundational Next.js features that make it so powerful!

🎓 Instructor

Jon Meyers is a Software Engineer, Educator and Hip Hop Producer from Melbourne, Australia. He's passionate about web development and enabling others to build amazing things!

Jon's courses at egghead.

Enjoyed the course? Check out some others at jonmeyers.io, follow on Twitter and subscribe to YouTube channel.

🗺 Table of Contents

  1. Pregenerate Static Pages with Next.js
  2. Request page data for Next.js from the Notion API
  3. Use the Notion API to Request block data in Next.js
  4. Use slugified titles for URL in Next.js with the Notion API
  5. Request Notion database data from the API with Next.js
  6. Request paginated data from Notion API with Next.js
  7. Update database with Next.js using the Notion API
  8. Use Next.js Incremental Static Regeneration to pregenerate Notion API pages on-demand
Open Source Agenda is not affiliated with "Notion Api Egghead Course" Project. README Source: dijonmusters/notion-api-egghead-course
Stars
29
Open Issues
0
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating