async function Component(props) { const user = await load(props.id); return
{user.name}
; }