NEXTjs - for 자그마치 개발자 경험 Developer Experience

Next.js by Vercel - The React Framework

index


FOUNDATIONS

CREATE YOUR FIRST APP

NEXTjs 기본 템플릿 생성, 해당 디렉토리로 이동, 실행

npx create-next-app nextjs-blog --use-npm --example "<https://github.com/vercel/next-learn/tree/master/basics/learn-starter>"

cd nextjs-blog

npm run dev

Assets, Metadata, CSS 등 관리

Pre-rendering

Dynamic Routes 동적경로

How to Statically Generate Pages with Dynamic Routes