Empty tag syntax: <>
The React framework offers a shorthand syntax for fragment components that appears as an empty tag: <></>
. While it is supported in JSX syntax, it is not part of the HTML standard and thus is not supported natively by browsers.
For more information see: