강의

멘토링

커뮤니티

Inflearn Community Q&A

powerstudy's profile image
powerstudy

asked

Practical development process through Yoon Jae-seong's Vue.js project

8th Component

component를 동적으로 렌더링하는 사례는 어떤 게 있나요?

Written on

·

268

0

선생님 data를 이용해서 component를 동적으로 렌더링한다는 것을 알게 되었는데요. 실무에 어느 부분을 만드는 데 주로 사용되는지 알 수 있을까요? 감사합니다.

vuejs

Answer 1

0

softcampus님의 프로필 이미지
softcampus
Instructor

이건 개발 방식에 따른 문제입니다. 웹 애플리케이션이 사용자에 따라 다른 화면을 보여준다든지 하는 부분이 있을 경우 사용합니다.

powerstudy's profile image
powerstudy

asked

Ask a question