relay-tools / relay-hooks

Use Relay as React hooks
https://relay-tools.github.io/relay-hooks/docs/relay-hooks.html
MIT License
540 stars 56 forks source link

Add optimistic updates section in the useMutation docs #156

Closed shreyas44 closed 3 years ago

shreyas44 commented 3 years ago

Also, you can distinguish that the data is real or optimistic through the isLoading property. When isLoading is true, data is optimistic otherwhise when isloading is false the data is real.

Originally posted by @morrys in https://github.com/relay-tools/relay-hooks/issues/145#issuecomment-770204208