MCPcopy Create free account
hub / github.com/TanStack/query / Home

Function Home

examples/solid/solid-start-streaming/src/routes/index.tsx:3–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Title } from '@solidjs/meta'
2
3export default function Home() {
4 return (
5 <main>
6 <Title>Solid Query v5</Title>
7
8 <h1>Solid Query v5</h1>
9
10 <p>
11 This demo demonstrates how Solid Query can be used in SSR, with
12 streaming support. Use the links in the top left to navigate between the
13 various examples.
14 </p>
15 </main>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected