I develop this blog by Next.js, and I use Notion as editor of the blog, so I write about that.

The structure is really simple. Next.js server calls notion API to get posts information from the notion table. The below image is my memo before coding.

https://masaishi-blog.s3.us-west-1.amazonaws.com/CamScanner+03-04-2022+20.08.jpg

This is the code of this blog.

https://github.com/masaishi/notion-blog

This is my first time writing a tech post in English, so if you have any pointers, whether about programming or English, please send a comment on the notion page below.

How I developed this blog (Next.js and notion)

Contents

  1. Why Next.js
  2. Why Notion
  3. React Notion X
  4. Code
  5. Reflections