Acerca de
This skill provides standardized patterns for combining TanStack Router and TanStack Query to eliminate request waterfalls and ensure instant navigation in React applications. It guides users through implementing route loaders that prefetch data using the ensureQueryData pattern, handling parallel and dependent queries, and managing cache invalidation after mutations. By following these industry-standard best practices, developers can create highly responsive SPAs where data is loaded before the component renders, significantly improving the user experience.