
@thsottiaux File tree with global search, an easy way to search and add files and line ranges to the context
English
Roger Serra
444 posts























What's the best way to prefetch your data in Tanstack Start/Router? The docs all show using "ensureQueryData" but that returns cached data even if it's been invalidated I'm currently doing "fetchQuery" which accounts for invalidation but it doesn't feel right?