/Knowledge/sources/honojs__hono/examples/nextjs-stack-pages-app-tsx--7c28941a9374.md
Example: nextjs-stack/pages/_app.tsx - hono-docs
Example: nextjs stack/pages/ app.tsx Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://raw.githubusercontent.com/honojs/example...
Example: nextjs-stack/pages/_app.tsx
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://raw.githubusercontent.com/honojs/examples/main/nextjs-stack/pages/_app.tsx
Summary
import type { AppProps } from 'next/app' export default function App({ Component, pageProps }: AppProps) { return }
Content
import type { AppProps } from 'next/app'
export default function App({ Component, pageProps }: AppProps) { return <Component {...pageProps} /> }
Metadata
{
"chunk_index": 0,
"citation": "https://raw.githubusercontent.com/honojs/examples/main/nextjs-stack/pages/_app.tsx",
"coverage_role": "examples",
"qualified_title": "Hono / examples / nextjs-stack/pages/_app.tsx",
"repo_path": "nextjs-stack/pages/_app.tsx",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 0,
"source_id": "/honojs/hono",
"source_type": "examples",
"target_label": "examples",
"title": "Example: nextjs-stack/pages/_app.tsx",
"upstream_url": "https://raw.githubusercontent.com/honojs/examples/main/nextjs-stack/pages/_app.tsx",
"version": "2026"
}