Feature/목록 페이지 무한 스크롤 적용 #100
Merged
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.
📦 Pull Request
무한 스크롤 기능 구현 및 기존 와인 리스트 구조 개선
📝 요약(Summary)
WineListCard.tsx컴포넌트 내 UI는 유지한 채, 데이터 로직은getWines.ts및useWineListQuery.ts로 분리💬 공유사항 to 리뷰어
getWines.ts는 현재 mock 데이터를 기반으로 작동하지만, API 연동 시에도 최소 수정으로 대응 가능하게 설계했습니다.WineListCard.tsx의 props 구조 변경 없이 데이터 흐름만 분리하여 UI 충돌 방지하였습니다.🗂️ 관련 이슈
📸 스크린샷
✅ 체크리스트