摘要: store: rootReducer: counterReducer: actionType: export const INCREMENT = 'INCREMENT';export const DECREMENT = 'DECREMENT'; Counter: counterAction: use 阅读全文
posted @ 2018-04-16 14:35 Nyan 阅读(346) 评论(0) 推荐(0)