Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/router
/ posts.lazy.tsx
File
posts.lazy.tsx
e2e/solid-router/basic/src/posts.lazy.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Link, Outlet, createLazyRoute } from
'@tanstack/solid-router'
2
3
export const Route = createLazyRoute(
'/posts'
)({
4
component: PostsComponent,
Callers
nothing calls this directly
Calls
1
createLazyRoute
Function · 0.90
Tested by
no test coverage detected