# createRef

**Kind:** Function

**Source:** [`src/jsx/hooks/index.ts`](https://github.com/honojs/hono/blob/main/src/jsx/hooks/index.ts#L375)

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

## Signature

```ts
function createRef(): RefObject<T | null>
```

**Returns:** `RefObject<T | null>`
