Fragment

View Source

Summary

Built-in component used to group children without adding a host element.

Signature

function Fragment(handle: Handle<FragmentProps>): () => null;

Params

handle

Component handle for the fragment instance.

Returns

A placeholder render function handled by the reconciler.