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.
로그인한 사용자의 Study 메인 페이지 작성
로그인한 사용자의 스터디 메인 페이지를 제작하였음.
page.js 구조
주요 구조
TagCloud
project의 내용과 정확히 같은 것이study에도 존재해야 함@/components/study/TagCloud.tsx를 제작components/study
study페이지의 경우 비로그인 사용자 페이지는 없음/pages.tsx와 같은 위치에 두어도 됨별도로 분리한 이유는 다음과 같음:
page.tsx와 독립되므로 보기 편안함→ 한 폴더 안에
page.tsx,StudyCard,StudyGrid,StudySidebar다 있으면 보기 불편하다는 사실을 도출했으며, 이에 따라 옮김projects폴더와 비슷한 dependency, 유사한 구조를 가짐→ 함께 있는 것이 타당하다고 판단함
(추후 계획) 이렇게 개발하면
styles/폴더와 대응 관계를 만들기 더 편함