I have a collection for which all inserts/updates/deletes should not be optimistic.
I basically need the functionality of tanstack query's useMutation where I can render UI based on the mutation state while it's updating (for a loading state for example).
Is it recommended to use tanstack query's useMutation or is there another recommended pattern for tanstack db?