강의

멘토링

커뮤니티

Inflearn Community Q&A

gilwon01154772's profile image
gilwon01154772

asked

React for Anyone: Core React Course for Beginners

배열 데이터 렌더링 및 관리파트에서 props로 값 가져올때 질문있습니다!

Written on

·

213

0

배열 데이터 렌더링 및 관리파트에서요.

Props로 값 전달 받을 때, PhoneInfo에서는 this.props.info로 받는데요.
예) const { name, phone, id }= this.props.info;

왜 PhoneInfoList에서는 그냥 props로만 받는지 궁금합니다.  왜 props.data로 안한 것인가요?
예) const {data} = this.props;

javascriptreact

Answer

This question is waiting for answers
Be the first to answer!
gilwon01154772's profile image
gilwon01154772

asked

Ask a question