Framework/React.js
컴포넌트 맵핑(Component Mapping)
유로파니
2021. 1. 13. 13:19
foreach문과 비슷
JavaScript의 map() 사용
arr.map((data) => (
# 콜백함수 구현
))