8 Replies
wise-whiteOP•6mo ago
@Manuel Schiller ??
deep-jade•6mo ago
For me its not hiding the whole page but showing the fallback when the data is preloaded. Using react though.
wise-whiteOP•6mo ago
yeah its likely to work if you're using react, solid version of tanstack router is relatively new
deep-jade•6mo ago
Well, idk, im having some weird behavior with preloading deferred data as well. https://github.com/TanStack/router/issues/3766
GitHub
shows pending component despite data having been preloaded · Issue...
Which project does this relate to? Router Describe the bug When hovering over a link to a file based page and its data preloads fully, when navigating the data is retrieved again despite having bee...
exotic-emerald•6mo ago
If you wrap the <Await> in a suspense boundary I think you get what you want
It's a difference in how suspense is handled I think
wise-whiteOP•6mo ago
this is my code now, it works, but it refetches on the client again
after initial ssr
exotic-emerald•6mo ago
As far as I know this isn't ssr (or are you using start?)
wise-whiteOP•6mo ago
im using solidstart with ssr