강의

멘토링

로드맵

Inflearn Community Q&A

guswo55805104's profile image
guswo55805104

asked

Creating Nodebird SNS with Vue

3-7. Implement See More

중복을 제거할 필요가 있나요?

Written on

·

321

0

hashtag와 user 클릭을 통해 post를 표현하는 과정에

pages 내 index.vue와 user, hashtag의 index.vue가 component 불러오기 말고는 크게 다른것이 없는데 slot을 통한 컴포넌트로 재사용할 필요가 있나요?

ssrawsvuejsmysqlvuexnodejs

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

재사용 여부는 순전히 개인의 선택입니다. 재사용할수있게 만드는 게 더 불편하다면 재사용하지 않으면 되고, 편하다면 재사용할 수 있게 만들면 됩니다.

guswo55805104's profile image
guswo55805104

asked

Ask a question