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: Home 페이지에서 아티클 목록에 대한 실데이터를 조회 및 연동합니다. #118

Merged
merged 13 commits into from
Sep 16, 2023

Conversation

limgyumin
Copy link
Collaborator

@limgyumin limgyumin commented Sep 15, 2023

📌 이슈 링크


📖 작업 배경

  • Home 페이지에서 아티클 목록에 대한 실데이터를 조회할 수 있도록 API 요청 로직을 구현하고, 컴포넌트에 하드코딩된 데이터들을 실데이터로 교체했습니당.

🛠️ 구현 내용

  • next fetch와 server component를 집중적으로 사용하고자 하여, 기존에 설치했던 axios, swr 패키지는 불필요하기에 제거합니다.
  • API 요청 로직을 구현하고 아티클, 태그별 요청 메서드들을 정의하는 repository 클래스를 정의합니다.
  • 아티클 관련 컴포넌트들에 아티클 목록에 대한 실데이터를 연동합니다.
  • Home 페이지의 app route 구조를 재설계하여 개선합니다.

💡 참고사항

  • 교수님 진도가 너무 빠릅니다

🖼️ 스크린샷

스크린샷 2023-09-16 오전 5 56 55

@limgyumin limgyumin merged commit 58fce76 into pagers-org:team6/limgyumin Sep 16, 2023
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.

1 participant