인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

No author

This post's author information has been deleted.

Developing web applications using React & Express

Implementing the Contact Selector Function | Applying React.js Basic Concepts

질문있습니다..

Written on

·

175

1

return data.map((contact, i) => { return (this.handleClick(i)}/>); }); 주석 부분 아래에 원래는 this.handleClick(i) 라고 작성하셨다가 여기는 arrow function 사용해야한다고 하셨는데.. 강의 부분에서 전에 말씀해주셨다고 하셨는데 도저히 기억이 안나네요 ㅠㅠ
react

Answer 1

0

다음강좌: https://www.inflearn.com/unit/state/?id=32621
에서 7:00 을 참고하세요~

No author

This post's author information has been deleted.

Ask a question