File: solid-start-streaming.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
Solid
Version
Latest
Search...
+ K
Menu
Getting Started
Guides & Concepts
API Reference
ESLint
Examples
Plugins
Framework
Solid
Version
Latest
Menu
Getting Started
Guides & Concepts
API Reference
ESLint
Examples
Plugins
Solid Example: Solid Start Streaming
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================
Code ExplorerCode
Interactive SandboxSandbox
public
src
components
routes
[...404].tsx
batch-methods.tsx
deferred.tsx
hydration.tsx
index.tsx
mixed.tsx
prefetch.tsx
streamed.tsx
with-error.tsx
utils
app.css
app.tsx
entry-client.tsx
entry-server.tsx
global.d.ts
.gitignore
README.md
app.config.ts
package.json
tsconfig.json
tsx
import { Title } from '@solidjs/meta'
export default function Home() {
return (
<main>
<Title>Solid Query v5</Title>
<h1>Solid Query v5</h1>
<p>
This demo demonstrates how Solid Query can be used in SSR, with
streaming support. Use the links in the top left to navigate between the
various examples.
</p>
</main>
)
}
import { Title } from '@solidjs/meta'
export default function Home() {
return (
<main>
<Title>Solid Query v5</Title>
<h1>Solid Query v5</h1>
<p>
This demo demonstrates how Solid Query can be used in SSR, with
streaming support. Use the links in the top left to navigate between the
various examples.
</p>
</main>
)
}
[###### Want to Skip the Docs?
Query.gg - The Official React Query Course
\
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg”—Tanner Linsley
Learn More](https://query.gg/?s=tanstack)
