Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/router
/ posts_.$postId.edit.tsx
File
posts_.$postId.edit.tsx
e2e/solid-router/basic-file-based/src/routes/posts_.$postId.edit.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { createFileRoute, getRouteApi, useParams } from
'@tanstack/solid-router'
2
3
export const Route = createFileRoute(
'/posts_/$postId/edit'
)({
4
component: PostEditPage,
Callers
nothing calls this directly
Calls
2
createFileRoute
Function · 0.90
getRouteApi
Function · 0.90
Tested by
no test coverage detected