Merged
Conversation
빌드 및 린트 결과모든 검사 통과 🎉
|
ef76c46 to
3c04e8e
Compare
빌드 및 린트 결과모든 검사 통과 🎉
|
huniversal
approved these changes
Nov 27, 2025
Collaborator
huniversal
left a comment
There was a problem hiding this comment.
오 이렇게 하니까
훨씬 보기 좋은거 같네요!!
고생하셨어요~!!
빌드 및 린트 결과모든 검사 통과 🎉
|
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.
📌 Related Issues
✅ 체크 리스트
📄 Tasks
트러블슈팅에 크게 적을만한 게 없어서 추가적으로 개선 중인데,
로딩스피너 깜빡거림도 해결해야 하지만 일단 재배포해야 하니까 먼저 올려요!
⭐ PR Point (To Reviewer)
useQuery에
placeholderData: keepPreviousData옵션을 추가하였습니다.단어 그대로,
placeholderData는 쿼리가 로딩 중일 때 사용할 임시 데이터를 지정할 수 있는 속성이고,keepPreviousData는 데이터 패칭 중 이전 쿼리의 데이터를 유지할 수 있도록 하는 속성값입니다.📷 Screenshot
영화 선택 때마다 영화관 API 호출해서 해당 영화를 상영하는 영화관 정보를 불러오는데, 이때 영화관칩이 깜빡거림. 특히 이미 선택되어있던 영화관칩도 깜빡거리는 게 사용자 경험이 좋지 않을 것 같다고 생각함.
영화 선택 시 이미 선택되어있던 영화관칩은 깜빡거리지 않음!
🔔 ETC