How can i display a loading component for a page?
I notice that when i enter a nested url of my app in the browser tab and i go to it, it takes very long time to load the page (because of prefetch etc...).
Is it possible to show some short of loading component?
(example: nextjs has this loading.tsx) - do Tanstack router have something equalivaten?
Is it possible to show some short of loading component?
(example: nextjs has this loading.tsx) - do Tanstack router have something equalivaten?