Elmish.WPF
Elmish.WPF copied to clipboard
Remove dispatch from update
This can be merged after #475 is merged (only the last commit is relevant to this PR).
It was redundant to pass dispatch
into the Update
helper which was only used in cases of constructing new models for SubModel...
cases. dispatch
is passed down while constructing VmBinding
records, which are in turn available in the Update
call.
This reduces the api surface.