NextJS 13.4 변경점 정리 & Migrate Ganoverflow PJ

horiz.d·2023년 6월 5일
0

NEXT.JS

목록 보기
3/3

ref:
1. 공식 릴리즈 노트 : https://nextjs.org/blog/next-13-4
2. 베스트 예제레포 : https://github.com/bysxx/next13-ts-template-tailwind/tree/master


summary
1. App 라우트 구조로 변경 ( 현재 버전은 pages와 병행 가능 but conflict 피해라)
2. meta data 객체로 만들어 동적생성해라.
3. layout의 구조 변경, App의 자식이 메인 레이아웃, 각 도메인별로 nested layout파일 사용으로 중첩 가능
4. Partial Fetch & Render ( client & server components의 병용 시 개념인듯 )


Next.js 변경점


Migrate ganoverflow PJ 13.3 -> 13.4

1. Root Layout 적용

profile
가용한 시간은 한정적이고, 배울건 넘쳐난다.

0개의 댓글