Next.js 13 버전 출시 이후 점진적으로 성숙해진 라이브러리의 core한 개념을 학습합니다.
- Start the dev server in root folder
$ yarn dev
# Connection Successful
http://localhost:3000
This is a Next.js v13
code repository for practice project.
- App Router (Stabel version)
- React Server Components
- Nested Routes & Layouts
- Built-in SEO & Font
- Server Actions
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.