Skip to content

Conversation

manfredsteyer
Copy link
Collaborator

rxMutation creates a mutation function in the store, delegating to a function/ method returning an observable, and takes care of race conditions by internally using mergeMap (default), switchMap, concatMap, or exhaustMap.

mutation also creates an async mutation function, delegating to a function/ method returning an observable. When the async function is awaited without throwing an exception, the caller can safely assume that it has been executed. However, here, the consumer is responsible for preventing race conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant