Fragment top-level property

ReactJsComponentFactoryProxy Fragment
getter/setter pair

Fragment component that allows the wrapping of children without the necessity of using an element that adds an additional layer to the DOM (div, span, etc).

See: reactjs.org/docs/fragments.html

Implementation

var Fragment = ReactJsComponentFactoryProxy(React.Fragment);