Tech
기술 블로그
MDX로 기록한 글과 작업 로그를 한 곳에 모아두는 공간입니다.
AllAIAPIAPI DesignArchitectureAuthenticationBackendBlogChecklistCI/CDCode QualityCollaborationConcurrencyDatabaseDeploymentDevOpsDocumentationEvent-DrivenException HandlingFrontendGitHub ActionsIndexJavaJPAJWTKafkaLoggingMDCMonitoringMulti-ModuleNext.jsNginxObservabilityOpenTelemetryOperationsPaginationPerformanceProductivityReactRedisRefactoringResponseREST APISentrySEOSpring BootSpring SecurityTestcontainersTestingTransactionTroubleshooting
2026년 4월 6일
App Router 렌더링 성능 최적화: Server Component와 Client Component의 적절한 경계 찾기
빠를 줄 알았던 Next.js App Router 환경에서 체감 로딩이 느려진 원인을 파악하고, 서버 컴포넌트와 클라이언트 컴포넌트를 적절하게 분리하여 TTI(Time To Interactive)를 개선한 기록입니다.
Next.jsFrontendPerformance
2026년 4월 3일
Next.js (App Router) 블로그 SEO 최적화 실전 가이드
직접 블로그를 만들고 구글과 네이버 검색에 노출시키기 위해 적용했던 Next.js App Router 기반의 SEO 최적화 과정과 삽질 기록입니다.
Next.jsSEOBlog