Inflearn brand logo image

Inflearn Community Q&A

csh721112826's profile image
csh721112826

asked

The Complete Guide to Vue.js - Practical Concepts Learned Through Practice and Refactoring

App Structure Explanation and Flow Summary with High Order Components

listItem, ListView 질문

Written on

·

254

2

선생님 listView에는 listItem 컴포넌트만 정의해놓으셨는데 이는 보기 편하기 위해 작성하신 걸까요? 

listView.vue파일없이 listitem.vue만 있다고 해도 createListView.js에서 render함수로 만들 수 있고 created에서 이미 store에 데이터를 저장했기에 사실상 listView.vue파일이 없어도 되는 것은 아닌가요? 

javascriptvuejs

Answer 1

0

captain님의 프로필 이미지
captain
Instructor

안녕하세요 승현님, 기존에 구현한 컴포넌트 위계에 맞춰 안내해 드리는 것이 이해하기가 수월할 것 같아서 기존 구조와 동일한 형태로 HOC를 분리했습니다. 말씀하신 것처럼 listItem을 바로 하셔도 상관 없을 것 같아요 :)

csh721112826's profile image
csh721112826

asked

Ask a question