In React 16.2, improved support for Fragments has been added. More information can be found on React\'s blog post here.
We are all familiar with the fol
divs in the middle makes it hard to keep the desired layout while extracting logical components.You can find the descriptions of some other use cases in this React issue: Add fragment API to allow returning multiple components from render