function increment() { return { type: 'INCREMENT' } }; store.dispatch(increment());. 原始的 Redux 里面, action creator 必须返回 plain object , ...
確定! 回上一頁