Front-End/Next.js v14 (2) 썸네일형 리스트형 파일-시스템 라우팅 이해하기 앞서 Next.js를 시작한 프로젝트 폴더에서 파일-시스템 라우팅을 살펴보겠습니다. 공식문서 URL도 남겨놓을게요,https://nextjs.org/docs/app/building-your-application/routing Building Your Application: Routing | Next.jsLearn the fundamentals of routing for front-end applications.nextjs.org I. App RouterIn version 13, Next.js introduced a new App Router built on React Server Components, which supports shared layouts, nested routing, loading sta.. Next.js 시작하기 I. Next.js 란?https://nextjs.org/ Next.js by Vercel - The React FrameworkNext.js by Vercel is the full-stack React framework for the web.nextjs.orgNext.js는 React Framework (vs Library) 라고 합니다. 리액트는 라이브러리로 알려져 있고, 개발에 있어서 주도권이 개발자에게 있었지만 Next.js는 주도권이 우리에게 없다고 보면 됩니다. 대신, 프레임워크를 사용해 여러가지 결정과 처리를 자동화하고 정해진 룰(Rule)을 따라서 개발을 진행하면 되는 장점이 있다고 알고있습니다. 핵심적인 기능은 다음과 같습니다 (공식사이트 참조) Next.js가 제시한 규칙을 지키고 사용.. 이전 1 다음