
Web development/Next.js Docs 파헤치기
1. Next.js 시작하기
# What is Next.js? React library를 기반으로 한 web application framework 다음과 같은 특징을 가짐 file-system based router client-side rendering & server-side rendering, static & dynamic rendering 지원 fetch() API를 통한 parallel and sequential data fetching, automatic deduping 둥 기능 지원 image, font, script optimization TypeScript, CSS, Tailwind CSS, SASS, CSS-in-JS 지원 # Prerequisites Node.js 설치: https://han-py.tistory..