🙆♂️props props를 활용하면 컴포넌트에 인자값을 넣어서 생성할 수 있습니다. import React from 'react'; import './App.css'; function App() { const nav = [ {id:1,title:"Hello"}, {id:2,title:"World"} ] return ( ); } function Header(){ return ( Web ) } function Nav(props){ const list=[ ] for(let i=0;i