Conversation
- Supabase Server Component 쿠키 설정 관련 불필요한 에러 로그 제거 - 로그인 세션 없음(Auth session missing) 에러 무시 처리 명시화 - API 라우트 내 중복 에러 로깅 제거 및 객체 출력 포맷 수정
- 페이지 중심 구조를 도메인 역할 기준으로 컴포넌트 구조 정리 - 컴포넌트 정의 방식을 함수 선언식으로 통일
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- WordDetailPage에서 초기 데이터를 서버에서 미리 가져오도록 변경 (SEO 및 초기 렌더링 속도 개선) - ClientWordDetail 에서 불필요한 클라이언트 데이터 요청 로직 제거 및 initialData props 적용 - 데이터 유무에 따른 AI 생성 로직 개선 및 상태 업데이트 Batching으로 UI 깜빡임 현상 해결 - 공통 타입 정의 분리
- 불필요한 코드 주석처리
- vercel 보안 정책 대응
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
디렉토리 구조 및 컴포넌트 구조 변경
메인 페이지 레이아웃 수정