소개
소개글이 비어있어요
게시글
질문&답변
2020.12.05
Product 모델 질문입니다.
감사합니다
- 1
- 2
- 228
질문&답변
2020.12.03
질문있습니다
CheckBox list={continents} handleFilters={filters => handleFilters(filters, 'continents')}/> 이부분에서 하위 컴포넌트인 CheckBox에 props로 list 를 전달해서 CheckBox 컴포넌트 안에서 props.list를 사용하는건 이해했는데요 handleFilters 를 넘기는건 이해가 잘 안되네요 list={continents} 이곳에선 continents가 props로 넘기는거로만 사용 됐는데 handleFilters={filters => handleFilters(filters, 'continents')} 여기에서는 하위컴포트넌트에서 클릭한 값이 filters 에 넘어온다고 하셨잖아요? 왜 이부분에서는 filters를 넘기는게 아니라 받아오죠? 그리고 filters 가 받아온 값이라 친다면 filters => 에서 화살표가 의미하는건 하위컴포넌트에서 filters를 받아오면 화살표 뒷 부분인 handleFilters(filters, 'continents') 를 실행하겠다 라고 이해하면 되나요?
- 0
- 2
- 120