react 空标签

react 需要在组件或其他地方加个包裹层,可能会用div包裹,但是又不想有真实的DOM节点,可以用以下空标签包裹

<React.Fragment>   </React.Fragment>