Press ESC to close

0 12
1
Vidhun V
1 Min Read

React Fragments provide a way to group multiple elements without adding an extra node to the DOM. Before the introduction of React Fragments, if you wanted to return multiple elements from a component without a parent wrapper, you had to use a wrapper element (like…