KaoruMuta / nextjs_tutorial

Next.js Tutorial

Home Page:https://nextjs.org/learn/basics/create-nextjs-app?utm_source=next-site&utm_medium=nav-cta&utm_campaign=next-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Here is a tutorial repository based on Learn Next.js.

Points

  • CSR vs SSR vs SSG (with Pre-rendering)
  • Dynamic Routing by using getStaticProps and getStaticPaths
  • API handling

Notes

On 2021/08/08: You meet an issue about ESModule included in remark if you install remark (>=14.0.0).