JSX rendering helper. This helper is a small wrapper around the patch function and renders a JSX.Element created through the createElement factory into the supplied outlet.
outlet
The outlet to render the element into.
element
JSX element to be rendered.
Rendered outlet element.
createElement
Generated using TypeDoc
JSX rendering helper. This helper is a small wrapper around the patch function and renders a JSX.Element created through the createElement factory into the supplied
outlet
.