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(article): 아티클 상세화면에 진입 시 실제 아티클 댓글 데이터를 받아 렌더링하도록 합니다. #138

Merged
merged 5 commits into from
Sep 21, 2023

Conversation

innocarpe
Copy link
Collaborator

📌 이슈 링크


📖 작업 배경

  • 이전 PR에 이어 아티클 상세화면 구현에 집중합니다.

🛠️ 구현 내용

  • 이전 PR 에서 vite.config.js 에 실수로 남겨둔 부분이 있어 잠수함 패치했습니다.
  • 기존 ArticleService 에 아티클 댓글과 관련된 기능을 추가합니다.
  • 아티클 댓글 목록을 불러오는 useQuery 를 작성합니다.
  • 아티클 댓글 컴포넌트에서 실제 데이터를 받아 렌더링하도록 로직을 변경하고, 아티클 상세 컴포넌트에서 useQuery 를 통해 데이터를 받아와 댓글 컴포넌트에 props 로 데이터를 전달하도록 합니다.

💡 참고사항

  • 댓글 등록 제거 기능을 만드려면 인증 구현이 먼저 되어야 할 것 같네요.
  • 이제는 정말 인증 기능을 만들 시기가 된 것 같습니다.

🖼️ 스크린샷

Screen.Recording.2023-09-20.at.11.25.06.PM.copy.mov

@innocarpe innocarpe added the feature A new feature label Sep 20, 2023
@innocarpe innocarpe merged commit 57db0d6 into team6/innocarpe Sep 21, 2023
@innocarpe innocarpe deleted the carpe/article-comments branch September 21, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant