Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less complex done #18

Merged
merged 1 commit into from
Dec 4, 2017
Merged

Less complex done #18

merged 1 commit into from
Dec 4, 2017

Conversation

andrejewski
Copy link
Owner

The done function is very much an afterthought in Raj: optional, not well documented, and newly added. Right now done is complex, returning an effect solely to match init and update in returning an effect. But done effects do not receive dispatch so there is really no value in having effects as mapping and batching are not needed. Now done is just a plain optional function that receives the final state.

@andrejewski andrejewski merged commit 4137bb3 into master Dec 4, 2017
@andrejewski andrejewski deleted the kill-volume-2 branch December 4, 2017 03:28
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