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

Container 컴포넌트 작성 기준은? #2

Open
BoBeenLee opened this issue Aug 4, 2022 · 0 comments
Open

Container 컴포넌트 작성 기준은? #2

BoBeenLee opened this issue Aug 4, 2022 · 0 comments

Comments

@BoBeenLee
Copy link
Owner

BoBeenLee commented Aug 4, 2022

페이지 내 가장 가까운 도메인별 하나의 기능을 할수 있는 영역으로 Container 컴포넌트를 작성합니다.

Case 1

  • 유튜브 구독 페이지에서 하단 네비게이션탭, 상단바(로고, 알림, 검색, 프로필), 구독컨텐츠이 있다면 Container가 필요한 부분은 구독컨텐츠 부분일것입니다.
  • 구독컨텐츠 부분에서 상세히 나누면 내가 구독한 구독자리스트, 구독컨텐츠 필터, 구독컨텐츠 리스트 3개 가지로 분류됩니다.
  • 구독자리스트(구독자 리스트를 보여준다.), 구독컨텐츠 필터(구독 컨텐츠 리스트를 정렬한다.), 구독컨텐츠 리스트(구독컨텐츠 리스트를 보여준다.) 각 하나의 기능을 할 수 있는 영역으로 Container 컴포넌트를 생성하여 순수 컴포넌트 구성요소(Subscribers, SubscriberContentFilter, SubscriberContents)에 전달합니다.
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

No branches or pull requests

1 participant