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

File posts.lazy.tsx

examples/solid/basic/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'
2
3export const Route = createLazyRoute('/posts')({
4 component: PostsLayoutComponent,

Callers

nothing calls this directly

Calls 1

createLazyRouteFunction · 0.90

Tested by

no test coverage detected