A view page: a loader (handle), an optional head, and a render function.
handle
This mirrors the React IPage but keeps the node type generic so the same contract describes a Vue component, a string template, or any other engine's output.
IPage
Data returned by handle().
handle()
The engine's node type (JSX element, VNode, …).
The incoming event type.
Optional
A view page: a loader (
handle), an optional head, and a render function.This mirrors the React
IPagebut keeps the node type generic so the same contract describes a Vue component, a string template, or any other engine's output.