📚 Reference


📜 Chapter


JSX

React.Fragments


<> </>

div 태그, Fragments - 비교


예시


<>
  <OneChild />
  <AnotherChild />
</>