tanstack router + tanstack start
Hi guys, I'm having lot of meetings with the CTO of my company to discuss the new tech stack for all our projects. Ours "go to" are:
- react query
- tanstack-table
We want 100% CSR(client side rendering for most of our projects/routes) and in the future migrate to SSR "some" routes/pages according if we need to improve SEO, loading speed etc.
I really want to use tanstack-router and in the future "tanstack start".
My question is, if we use tanstack-router now with vite. Will be a easy migration to tanstack-start? I mean, will be a vite plugin you add tanstack-start? Tanstack-start will use vite too?
Those are my main questions to avoid re-write our codebases. We want SEO and full control of our bundles. Also, we want to avoid NextJS, Remix, Gatsby. So, there are no good alternatives in the market, just tanstack-start. Finally, we dont want to use "RSC" because we have APIs and our backends are written and will be written in PHP. So, I dont see the benefit of pushing the frontend with React to SSR, that's why we want a CSR react framework as Tanstack start promotes in their docs
.
Any comments, advices? Thanks
- react query
- tanstack-table
We want 100% CSR(client side rendering for most of our projects/routes) and in the future migrate to SSR "some" routes/pages according if we need to improve SEO, loading speed etc.
I really want to use tanstack-router and in the future "tanstack start".
My question is, if we use tanstack-router now with vite. Will be a easy migration to tanstack-start? I mean, will be a vite plugin you add tanstack-start? Tanstack-start will use vite too?
Those are my main questions to avoid re-write our codebases. We want SEO and full control of our bundles. Also, we want to avoid NextJS, Remix, Gatsby. So, there are no good alternatives in the market, just tanstack-start. Finally, we dont want to use "RSC" because we have APIs and our backends are written and will be written in PHP. So, I dont see the benefit of pushing the frontend with React to SSR, that's why we want a CSR react framework as Tanstack start promotes in their docs
Any comments, advices? Thanks