Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

SamTheKorean
Copy link
Contributor

@SamTheKorean SamTheKorean commented Nov 7, 2024

체크리스트

  • 이슈가 연결되어 있나요?

스크린샷

Screenshot 2024-11-08 at 12 04 40 AM

@SamTheKorean SamTheKorean self-assigned this Nov 7, 2024
@SamTheKorean SamTheKorean linked an issue Nov 7, 2024 that may be closed by this pull request
@SamTheKorean
Copy link
Contributor Author

SamTheKorean commented Nov 7, 2024

고칠 점이 많지만 진행상황 공유 차원에서 먼저 draft pr올렸습니다! 코드 전반적으로 직접 검토하여 amend할 예정이지만 typescript와 리엑트 코드가 처음이라 방향성 자체에 피드백이 있으시다면 공유 부탁드립니다!

@sounmind
Copy link
Contributor

sounmind commented Nov 7, 2024

고칠 점이 많지만 진행상황 공유 차원에서 먼저 draft pr올렸습니다! 코드 전반적으로 직접 검토하여 amend할 예정이지만 typescript와 리엑트 코드가 처음이라 방향성 자체에 피드백이 있으시다면 공유 부탁드립니다!

좋은 태도네요! test.todo 메서드를 사용해서 이 컴포넌트에서 어떤 부분이 테스트 되어야 하는지 미리 메모해두는 것도 리뷰하는 사람이 코드 작성자가 어떤 의도로 컴포넌트를 구현하려는 것인지 아는데 도움이 될 것 같아요ㅎㅎ

@SamTheKorean SamTheKorean marked this pull request as ready for review November 8, 2024 05:00
@SamTheKorean SamTheKorean requested a review from a team as a code owner November 8, 2024 05:00
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(변경사항 요청 아님) 지금도 크게 문제는 없다고 생각하지만, 일반적으로 Props랑 컴포넌트 문은 최대한 가까운 자리에 위치하도록 하는 편이에요. 그리고 컴포넌트 내부에서 호출되는 유틸 함수들은 컴포넌트 하단에 위치시키거나, 필요에 따라 바깥 파일로 빼기도 하고요. 저는 이렇게 했을 때 파일을 위에서 아래로 내려가며 읽을 때 바로 해당 컴포넌트가 어떤 Prop을 받는지 확인하고 컴포넌트 몸체를 확인할 수 있어서 좋더라고요.

Copy link
Contributor

@sounmind sounmind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@SamTheKorean
Copy link
Contributor Author

승인 감사합니다! 병합은 data fetching hook으로 업데이트 한 뒤 진행하겠습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table Component
2 participants