Global title/meta template for nested routes in TanStack Start #6883
Closed
Wizzlesky124
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, every child route must manually compose <title> or other tags if a consistent prefix or suffix is needed (e.g., a company name, brand, or site-wide prefix). This leads to repetition.
Proposed Solution:
Add support for a global title/meta template at the root route (or any parent route) that child routes automatically inherit. The idea is similar to Next.js’ title.template feature in the App Router.
Beta Was this translation helpful? Give feedback.
All reactions