MCPcopy
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

1import { createFileRoute, getRouteApi, useParams } from '@tanstack/solid-router'
2
3export const Route = createFileRoute('/posts_/$postId/edit')({
4 component: PostEditPage,

Callers

nothing calls this directly

Calls 2

createFileRouteFunction · 0.90
getRouteApiFunction · 0.90

Tested by

no test coverage detected