Skip to content

Conversation

@stephencelis
Copy link
Member

We directly mutate store state when send is called, and additionally for each synchronous effect that may feed back into the reducer. This PR collapses all those mutations into a single one so that each send results in a single mutation. For SwiftUI this should result in identical behavior. For UIKit and any other manual subscription to a store, it should result in fewer emissions to contend with.

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.

2 participants