Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ posts.tsx
File
posts.tsx
examples/react/start-basic/src/routes/posts.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { Link, Outlet, createFileRoute } from
'@tanstack/react-router'
2
import { fetchPosts } from
'../utils/posts'
3
4
export const Route = createFileRoute(
'/posts'
)({
Callers
nothing calls this directly
Calls
2
createFileRoute
Function · 0.90
fetchPosts
Function · 0.90
Tested by
no test coverage detected