You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve our data fetching, caching, and synchronization processes, we aim to integrate TanStack Query (formerly React Query). This task involves refactoring our existing data fetching logic to use TanStack Query's hooks and features.
Acceptance Criteria:
Install and configure TanStack Query.
Refactor existing data fetching logic to use useQuery and useMutation.
Ensure proper caching and invalidation of data.
Document the changes and usage patterns for future reference.
The text was updated successfully, but these errors were encountered:
To improve our data fetching, caching, and synchronization processes, we aim to integrate TanStack Query (formerly React Query). This task involves refactoring our existing data fetching logic to use TanStack Query's hooks and features.
Acceptance Criteria:
useQuery
anduseMutation
.The text was updated successfully, but these errors were encountered: