IT/Next.js

Next.js 란?

벼락쟁이 2025. 3. 29. 00:34
728x90
반응형

- React 프레임워크

- Plain React의 한계 

  - SEO(Search Engine Optimization) 
  - SSR(Sever Side Rendering)

- SSG(Static Stte Generation)

  - 기본설정

  - 서버 사이드 렌더링이지만 클라이언트가 요청하는 시점이 아닌 빌드시에 페이지를 생성함

 

 

기본환경 세팅

- shadcn ui 프로젝트 설치 

  - https://ui.shadcn.com/docs/installation/next

 

Next.js

Install and configure shadcn/ui for Next.js.

ui.shadcn.com

  - 넥스트 js 1. 2. 둘 다 npm 설치

 

- vscode Tailwind CSS IntelliSense Extend 설치

- shadcn ui 에서 button input progress 모듈 설치

- next.js 사이트에서 sass 설치

728x90
반응형

'IT > Next.js' 카테고리의 다른 글

Next.js 로 to do board 프로젝트 만들기  (0) 2025.03.29