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

Function PostsComponent

packages/react-router/tests/useNavigate.test.tsx:120–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 })
119
120 const PostsComponent = () => {
121 return (
122 <>
123 <h1>Posts</h1>
124 <Outlet />
125 </>
126 )
127 }
128
129 const postsRoute = createRoute({
130 getParentRoute: () => rootRoute,

Callers

nothing calls this directly

Calls 3

useNavigateFunction · 0.90
getRouteApiFunction · 0.90
navigateFunction · 0.50

Tested by

no test coverage detected