Here are the quirks to note about testing in TanStack Query that may differ from other Vue component testing and how to get set up so it feels like regular testing again.
Optimistic updates in Vue can help interactions feel instantaneous for improved UI. They don't improve performance though. Get the details for how and when to use them.