# useDeferredValue

**Kind:** Function

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

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

## Signature

```ts
function useDeferredValue(value: T, rest: [T | undefined]): T
```

## Parameters

| Name | Type |
|---|---|
| `value` | `T` |
| `rest` | `[T | undefined]` |

**Returns:** `T`
