-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/334 #353
Feat/334 #353
Conversation
- 위시여부 및 위시카운트 추가
- 위시 요청 성공시 productDescription에 캐싱된 데이터를 무효화 시켜 다시 데이터를 fetch함
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
useEffect(() => {}, [wish]); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위시 상품이 변경되면 재렌더링을 하기 위한 건가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 궁금합니다! 어떤 코드인지 잘 모르겠습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 코드 의미 없는 코드인데 제가 지우는것을 깜빡한것같아요 제거했습니다! b7b4000
wish, | ||
} = productDescription; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wish
가 위시 여부를 의미하는 건가요?
그렇다면 isWished
나 wished
처럼 이름을 짓는 건 어떨까용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반영했습니다. b0bcc25
- wish => isWish
#️⃣연관된 이슈
close: #334
📝작업 내용
🙏리뷰 요구사항(선택)