/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-use-html-to-speed-u-b556b663e81e-use-html-to-speed-up-the-process-instead-of-memo-s0773-c0000.md
Use `html` to speed up the process instead of `memo` - hono-docs
Use html to speed up the process instead of memo Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt...
Use html to speed up the process instead of memo
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#use-html-to-speed-up-the-process-instead-of-memo
Summary
## Content
```typescript
const Footer = () => html`
<footer>
<address>My Address...</address>
</footer>
`