-
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 : add Table component #58
base: main
Are you sure you want to change the base?
Conversation
59cf80a
to
011fb7c
Compare
고칠 점이 많지만 진행상황 공유 차원에서 먼저 draft pr올렸습니다! 코드 전반적으로 직접 검토하여 amend할 예정이지만 typescript와 리엑트 코드가 처음이라 방향성 자체에 피드백이 있으시다면 공유 부탁드립니다! |
좋은 태도네요! test.todo 메서드를 사용해서 이 컴포넌트에서 어떤 부분이 테스트 되어야 하는지 미리 메모해두는 것도 리뷰하는 사람이 코드 작성자가 어떤 의도로 컴포넌트를 구현하려는 것인지 아는데 도움이 될 것 같아요ㅎㅎ |
011fb7c
to
0727feb
Compare
0727feb
to
c0061df
Compare
c0061df
to
e47b4fe
Compare
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랑 컴포넌트 문은 최대한 가까운 자리에 위치하도록 하는 편이에요. 그리고 컴포넌트 내부에서 호출되는 유틸 함수들은 컴포넌트 하단에 위치시키거나, 필요에 따라 바깥 파일로 빼기도 하고요. 저는 이렇게 했을 때 파일을 위에서 아래로 내려가며 읽을 때 바로 해당 컴포넌트가 어떤 Prop을 받는지 확인하고 컴포넌트 몸체를 확인할 수 있어서 좋더라고요.
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.
고생하셨습니다!
승인 감사합니다! 병합은 data fetching hook으로 업데이트 한 뒤 진행하겠습니다! |
체크리스트
스크린샷