잘 기억이 안나서 그때그때 적어봄
<ul> {list.map(o, i) => ( <React.Fragment key={i}> <li>{o.name}</li> <li>{o.date}</li> </React.Fragment> )} </ul>