Query cache persist when navigating with Tanstack navigation?
I have my query client provider around the router provider
Then i have it so when you create create an item it sets the item data with the returned value. Then it navigates to the actual page for the item. But right now it's refetching the item.
1 Reply
continuing-cyanOP•2mo ago
I'm not sure if the actual Cache is being wiped on navigation or if the query is just set to fire.