You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js App Router 기반이라 라우트 단위 자동 스플리팅은 이미 되지만, 큰 라이브러리(axios, date-fns, jotai+zustand 혼재 등)가 초기 번들에 포함되는지 감사 필요. 공통 레이아웃에 불필요 import가 있으면 모든 페이지 로딩 지연.
배경
Next.js App Router 기반이라 라우트 단위 자동 스플리팅은 이미 되지만, 큰 라이브러리(axios, date-fns, jotai+zustand 혼재 등)가 초기 번들에 포함되는지 감사 필요. 공통 레이아웃에 불필요 import가 있으면 모든 페이지 로딩 지연.
작업
@next/bundle-analyzer도입dynamic import적용 (예: 차트, 마크다운 렌더러, 에디터)완료 기준