Add Official Support for TanStack Start & TanStack Router Generator in Nx #34273
gpatstest
started this conversation in
Feature Requests
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.
-
Current State
Nx offers excellent generators for frameworks like React, Vue and others, but there is no official template or generator for TanStack Start (a full-stack React framework powered by TanStack Router + Vite).
Why This Matters
TanStack Start provides full-document SSR, streaming, server functions, RPCs, and automatic code-splitting, similar to Next.js but with TanStack Router's type-safe, code-first routing that many developers prefer for its simplicity and performance. As TanStack projects themselves use Nx internally, native support would be a natural fit for Nx monorepos.
Proposed Solution
Add a new TanStack template/generator with clear options:
This could be implemented as a new preset or extended
@nx/react/@nx/vitegenerator.Benefits
References
No matching open/closed issue found in the Nx repo for TanStack Start support. Happy to provide more details or help prototype if needed. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions