-
Notifications
You must be signed in to change notification settings - Fork 3
FeedbackArea 컴포넌트 구현 #16
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
The head ref may contain hidden characters: "12-fe-feedbackarea-\uCEF4\uD3EC\uB10C\uD2B8-\uAD6C\uD604"
Conversation
seyoung8239
left a comment
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.
- 기존의 코드와 같은 스타일로 작성해주셔서 코드의 일관성을 지켜준 부분 너무 훌륭했습니다.
- UX관점에서 포커스된 피드백을 feedbackArea의 가장 위로 올려줄 필요가 있을까요?
늦은 밤까지 개발하시느라 고생 많으셨습니다..
frontend/src/pages/Feedback.tsx
Outdated
| {dummyFeedback.map((feedback, idx) => ( | ||
| <FeedbackBox | ||
| key={feedback.id} | ||
| handleClick={onClickFeedback} |
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.
prop key가 onClick이 낫겠네용.. 죄송합니다
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.
- 감사합니당. 코드 스타일 유지 외에도 props drilling 문제도 저 패턴 쓰니까 해결이 되는 것 같아요. 굳
- pin 기능 말씀하신건가요?? 그부분은 얘기를 나눠봐야할 것 같아서 보류해놓겠습니다. 오늘 얘기 나눠보시죠
관련 이슈
작업 내용
추가작업 by @seyoung8239