# Web template
총 6개의 포스트
[Web template] Next.js 정적 생성(Static Generation)_ getStaticProps, getStaticPaths(6)
정적 생성(Static Generation)_ getStaticProps, getStaticPaths pre-rendering(사전 렌더링) Next.js는 1) 모든 페이지를 pre-render(사전 렌더) 한다 클라이언트에서 모든 작업
2021년 12월 2일
·
0개의 댓글·
0
[Web template] 변수 파일로 관리하기(.env)(5)
환경에 따라 변할 수 있는 값들을 분기처리 하는 것. next.js는 별다르 작업을 하지 않아도 환경 변수를 사용할 수 있도록 제공한다.
2021년 11월 30일
·
0개의 댓글·
0
[Web template] 서버사이드 렌더링(Server-side Rendering/SSR)(4)
Next.js의 getServerSideProps 로 서버사이드 렌더링(SSR) 구현하기
2021년 11월 29일
·
0개의 댓글·
0
[Web template] Next.js with-styled-components (2)
Next.js + typescript + styled-components 적용하기
2021년 11월 18일
·
0개의 댓글·
0
[Web template] Next.js + Typescript 프로젝트 생성하기(1)
Github web-template >Next.js + Typescript web template 만들기
2021년 11월 18일
·
0개의 댓글·
0