| 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> | |
| ) | |
| } | |