Y
Hacker News
new
|
ask
|
show
|
jobs
by
clarus
3663 days ago
It seems that this is also the way of doing things in Elm (from which Redux is inspired):
http://guide.elm-lang.org/architecture/index.html
. The Update part groups both the definition of the actions and the reducers.