Hello,
I've noticed that pages occasionally loads very slowly upon navigation. When I click on a menu item, the URL updates, but the UI doesn't respond right away. Sometimes it takes a long time to load, and other times I need to refresh the page to see the changes.
I'm using Tanstack Start with Convex.dev. Some pages contains queries, but I haven't been able to isolate it to routes containing queires.
I'm using Link component for navigation:
https://tanstack.com/router/latest/docs/framework/react/api/router/linkComponent#link-component
Are there any best practices we can follow to prevent this behavior?