[React] 노마드 수업 1- 소스
과일 보여주는 예제 소스 import React from 'react'; import PropTypes from "prop-types"; const foodILike = [ { id: 1, name: "apple", image: "https://i.pinimg.com/564x/9e/10/13/9e1013ce992236f9a7b4eb1100d53ef8.jpg", rating: 5 }, { id: 2, name: "banana", image: "https://i.pinimg.com/564x/a5/0c/e6/a50ce6c1cef934d3b1eb3a5b78afc206.jpg", rating: 4 }, { id: 3, name: "watermelon", image: "https://i.pinimg.com/564x..