# build

**Kind:** Function

**Source:** [`src/jsx/dom/render.ts`](https://github.com/honojs/hono/blob/main/src/jsx/dom/render.ts#L497)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
function build(context: Context, node: NodeObject, children: Child[]): void
```

## Parameters

| Name | Type |
|---|---|
| `context` | `Context` |
| `node` | `NodeObject` |
| `children` | `Child[]` |

**Returns:** `void`
