How to use TanStack Router with TanStack Start for SSR. #3895
Unanswered
sujayxaradhya
asked this question in
Q&A
Replies: 1 comment
-
Is anyone there to answer this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a production grade application where I want to use the isomorphic rendering ( a hybrid approach of SSR with CSR). I'm stuck at TanStack Start Documentation, and at the installation and setup process. My Tech Stack consists with two individual repos of Frontend and Backend. At Frontend - React, TypeScript, Tailwind, TanStack React Router, TanStack React Query, TanStack Form, Vite. At Backend - Hono, Typescript.
So, my question is "Do I have to remove Vite in-order to install TanStack Start because it is a full-stack framework? or Do I have to only install
tanstack/react-start/server
andtanstack/react-start/client
to implement isomorphic rendering?" or If there's any other approach to setup with TanStack? If I misspelled any package then please correct me.Beta Was this translation helpful? Give feedback.
All reactions