React.Fragment

Refer doc: https://reactjs.org/docs/fragments.html#

Notes:

  • 不会在Dom中增加新的节点
  • 相当于<><>
  • Force refresh when key changes

你可能感兴趣的:(React.Fragment)