react-query-firebase icon indicating copy to clipboard operation
react-query-firebase copied to clipboard

Optimistic updates

Open cyrus25 opened this issue 3 years ago • 2 comments

How to implement optimistic updates using useFirestoreDocumentMutation hook?

cyrus25 avatar Jul 14 '22 09:07 cyrus25

any update or advice ?

hmtcelik avatar Oct 25 '23 19:10 hmtcelik

in docs says:

All hooks are built upon the [useMutation] hook, making it super simple to handle loading states, success and errors.

so we basically can use this technic when do some mutation:

https://tanstack.com/query/v4/docs/react/guides/optimistic-updates

it was useful for me, so maybe can be for anyone too

hmtcelik avatar Dec 20 '23 15:12 hmtcelik