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.
PR의 목적을 알려주세요.
close #321
어떤 변경사항이 있는지 알려주세요.
/follow/{userId}
페이지를 생성했습니다.following/FollowerList/index.tsx
에서 팔로잉 목록 컴포넌트를 생성했습니다.은지 언니가 예전에 만들었던
Tab
컴포넌트를 활용해서 전체 페이지를 만들었는데, 이 과정에서Tab
컴포넌트가 살짝 수정이 됐어. 로직이 바뀐 건 아니고 className 추가한 정도라 나중에 함 보면 될 듯!추가된 훅들 중
useGetFollowingList
는 어떤 유저의 전체 팔로워/팔로잉 리스트를 전달해주는 훅이고,usePatchFollow
는 팔로우 신청/팔로우 취소할 때 사용되는 훅입니다.목록에서 프로필 사진 누르면 해당 유저 프로필로 넘어가는 로직도 넣어놨어.
프로필 사진 주소 null일 때 svg 사진 넣는 건 추가 예정입니다!
중점적으로 봐주었으면 하는 부분