You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
페이지 내 가장 가까운 도메인별 하나의 기능을 할수 있는 영역으로 Container 컴포넌트를 작성합니다.
Case 1
유튜브 구독 페이지에서 하단 네비게이션탭, 상단바(로고, 알림, 검색, 프로필), 구독컨텐츠이 있다면 Container가 필요한 부분은 구독컨텐츠 부분일것입니다.
구독컨텐츠 부분에서 상세히 나누면 내가 구독한 구독자리스트, 구독컨텐츠 필터, 구독컨텐츠 리스트 3개 가지로 분류됩니다.
구독자리스트(구독자 리스트를 보여준다.), 구독컨텐츠 필터(구독 컨텐츠 리스트를 정렬한다.), 구독컨텐츠 리스트(구독컨텐츠 리스트를 보여준다.) 각 하나의 기능을 할 수 있는 영역으로 Container 컴포넌트를 생성하여 순수 컴포넌트 구성요소(Subscribers, SubscriberContentFilter, SubscriberContents)에 전달합니다.
The text was updated successfully, but these errors were encountered:
페이지 내 가장 가까운 도메인별 하나의 기능을 할수 있는 영역으로 Container 컴포넌트를 작성합니다.
Case 1
The text was updated successfully, but these errors were encountered: