You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting from the official example of tanstack router, and I found that if I don't specify a loader, the content of the existing page is not visible (to be precise, it is set to display: none).
Since our project is in an incremental migration, I can't specify exactly which loaders(queries and fetchers) are needed on the page. However, I want to show the existing content as if I specified a loader (the screen becomes white). Is there a way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting from the official example of tanstack router, and I found that if I don't specify a
loader
, the content of the existing page is not visible (to be precise, it is set to display: none).Since our project is in an incremental migration, I can't specify exactly which loaders(queries and fetchers) are needed on the page. However, I want to show the existing content as if I specified a loader (the screen becomes white). Is there a way to do this?
Setting pendingMs, pendingMinMs didn't help.
2025-06-23.10.43.58.mov
Beta Was this translation helpful? Give feedback.
All reactions