Menu

📰
0

Should I use Tasntack Start with the separate server (Bun+hono) or just use Tanstack router?

Reddit r/reactjs·u/LGelashwili·about 1 month ago
#bJkSvxH2
#tanstack#start#separate#router#hono#article
Reading 0:00
15s threshold

Hey everyone.

I have a question regarding the TanStack ecosystem. Currently, when I scaffold a new React project with TanStack Router via Vite, it seems to default to TanStack Start.

I’m about to begin a new financial web app (similar to QuickBooks) and I’m torn between using just the Router or going with Start. My main concern is that I’ll be building a separate backend (using Hono) because I need to support a mobile app in the future.

Since I’m planning to switch from Next.js to the TanStack ecosystem, I’m looking for some advice:

  • Would it be good practice to use Start alongside a separate Hono server, or is it better to stick to just the Router?
  • I’m planning to use a separate backend, given the need for a decoupled architecture for a future mobile app.

Any insights or experiences you could share would be greatly appreciated. Thanks in advance!

Read More