Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 과제 설명
메인 피드 & 단건 피드 화면에 필요한 컴포넌트 구현
백엔드 피드 도메인 관련 테스트 코드 수정
👩💻 요구 사항과 구현 내용
MainFeed : 메인 화면에서 나타날 피드 리스트
FeedItem : MainFeed 각각에 들어가는 Feed 컴포넌트
FeedDetail : 단건 피드에 대한 피드정보 & 댓글 화면을 담은 컴포넌트 (/feed/[id] url로 접근하게 우선 구현)
dummyData : MainFeed에 들어가는 더미 데이터
이후에 구현 & 고려할 사항
피드에서 추가적으로 가져와야 하는 정보
컴포넌트 별 고려사항 것
기타
요청 사항