T
TanStack2mo ago
metropolitan-bronze

performance rsbuild vs tanstack start

Am I right that the bundle size and performance aren’t as good compared to an SPA built with Rsbuild? And with Rsbuild, is it because a lot gets loaded upfront, so I see a white screen for a bit longer?
2 Replies
rare-sapphire
rare-sapphire2mo ago
that's not really comparable a SPA has different code / less than a start app (e.g. no serializer, no hydration) what is the actual concern that you have?
metropolitan-bronze
metropolitan-bronzeOP2mo ago
Fundamentally, I don’t have any concerns. I was mainly trying to understand it from a technical perspective. In my setup, I enabled SPA mode and consequently skipped SSR, which is what prompted my question.

Did you find this page helpful?