MCPcopy
hub / github.com/TanStack/router / PostsComponent

Function PostsComponent

packages/solid-router/tests/useNavigate.test.tsx:115–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 })
114
115 const PostsComponent = () => {
116 return (
117 <>
118 <h1>Posts</h1>
119 <Outlet />
120 </>
121 )
122 }
123
124 const postsRoute = createRoute({
125 getParentRoute: () => rootRoute,

Callers

nothing calls this directly

Calls 3

getRouteApiFunction · 0.90
useNavigateFunction · 0.90
navigateFunction · 0.50

Tested by

no test coverage detected