A component must return a single root element, but you often don't want to add an extra wrapper <div> just to satisfy that rule (it can break CSS layouts like fl/grid or HTML structures like tables). A Fragment groups children without adding any DOM node.
jsx
() {
(
);
}
