Lui.Fragment
Returns sibling nodes without adding a wrapper element.
Lui.Fragment(
Lui.Text("One"),
Lui.Text("Two")
)Do not return a Fragment from a Lui.Memo builder. Wrap memoized multiple children in
a Div.
Last updated on
Returns sibling nodes without adding a wrapper element.
Lui.Fragment(
Lui.Text("One"),
Lui.Text("Two")
)Do not return a Fragment from a Lui.Memo builder. Wrap memoized multiple children in
a Div.