idev0085 / react-boilerplate

0 stars 0 forks source link

What are fragments? #55

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

A common pattern in React is for a component to return multiple elements. Fragments let you group a list of children without adding extra nodes to the DOM.