# RequestContext

**Kind:** Constant

**Source:** [`src/middleware/jsx-renderer/index.ts`](https://github.com/honojs/hono/blob/main/src/middleware/jsx-renderer/index.ts#L14)

**Part of:** [Middleware](subsystem-src-middleware)

## Definition

```ts
JSXContext<Context<any, any, {}> | null>
```

## Value

```ts
createContext<Context | null>(null)
```

## Relationships

- IMPORTS → `html`
- IMPORTS → `html`
- IMPORTS → `renderToReadableStream`
