Reducer
Redux
等で登場する概念.
actionとstateを受け取ってstateを返す.
viewからactionを受け取ってstoreの状態を変更する.
code:reducer.js
(prevState, action) => state