T
TanStack•3mo ago
yelping-magenta

Tanstack Start ( Devinx ) how configure PWA ?

Hello guys, I know we have the PWA question before but I am curious how we can implement that after merge the Devinx branch to main. Someone tried ? Can we use PWA Vite Plugin https://vite-pwa-org.netlify.app/ ?
Vite Plugin PWA
Zero-config PWA Framework-agnostic Plugin for Vite and Integrations
5 Replies
grumpy-cyan
grumpy-cyan•3mo ago
You would need to enable SPA mode
yelping-magenta
yelping-magentaOP•3mo ago
Did you tried ?
yelping-magenta
yelping-magentaOP•3mo ago
How is the approach to deploy the Tanstack Start SPA ? I reqd https://tanstack.com/start/latest/docs/framework/react/spa-mode but not sure 😦 Some blog post or guidance ?
SPA mode | TanStack Start React Docs
What the heck is SPA mode? For applications that do not require SSR for either SEO, crawlers, or performance reasons, it may be desirable to ship static HTML to your users containing the "shell" of yo...
correct-apricot
correct-apricot•3mo ago
What are the benefits of using SPA mode with Start over just running a Vite application using TsRouter?
grumpy-cyan
grumpy-cyan•3mo ago
Basically, server functions

Did you find this page helpful?