# DOM_STASH

**Kind:** Constant

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

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

## Definition

```ts
Symbol('STASH')
```

## Value

```ts
Symbol('STASH')
```

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `HasRenderToDom` — `src/jsx/dom/render.ts`:30
- `STASH_EFFECT` — `src/jsx/hooks/index.ts`:9
- `StreamingContext` — `src/jsx/streaming.ts`:30
