So the `update` is like `reduce`, it receives a st...
# redux-kotlin
g
So the
update
is like
reduce
, it receives a state (
Model
in that example) and an
Action
(
Msg
) and returns a pair of (newState, command)