fragmenty w React
<table>
<tr>
<td>Hello</td>
<td>World</td>
</tr>
</table>
Annoyed Antelope
<table>
<tr>
<td>Hello</td>
<td>World</td>
</tr>
</table>
Fragments let you group a list of children without adding extra nodes to the DOM.