Appearance
React's Fragment is a pseudo-component that groups all the children and doesn't return it's own structure.
Fragment
<> <div>Elem1</div> <div>Elem2</div> </>