Remix
Remix
remix/ui/jsx-dev-runtime · FunctionView Source

Fragment

Summary

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

Signature

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

Parameters

handle

Component handle for the fragment instance.

Returns

A placeholder render function handled by the reconciler.