top | item 32318089

(no title)

soulchild77 | 3 years ago

react-query indeed doesn't automatically take care of this. We manually invalidate its caches (based on the query key, so you only ever invalidate what has changed) after a mutation happens. It's not as bad as it sounds because most of the time it's just one line of code.

discuss

order

No comments yet.