Hacker News new | ask | show | jobs
by thomasfl 3425 days ago
Agree. Besides that most reducers only merges in variables from an action to the global state. I guess this could be done much simpler.

Example: https://github.com/chvin/react-tetris/blob/master/src/reduce...