MCPcopy Index your code
hub / github.com/TanStack/router / posts.lazy.tsx

File posts.lazy.tsx

e2e/solid-router/basic-solid-query/src/posts.lazy.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Link, Outlet, createLazyRoute } from '@tanstack/solid-router'
2import { useQuery } from '@tanstack/solid-query'
3import { Suspense, createMemo } from 'solid-js'
4import { postsQueryOptions } from './posts'

Callers

nothing calls this directly

Calls 1

createLazyRouteFunction · 0.90

Tested by

no test coverage detected