摘要:
The combineReducers function we used in previous post:const todoApp = combineReducers({ todos, visibilityFilter});It accepts and object as agruement... 阅读全文
posted @ 2015-12-22 02:57
Zhentiw
阅读(238)
评论(0)
推荐(0)
摘要:
Previous, we do composition with objects:const todoApp = (state = {}, action) => { return { todos: todos( state.todos, action ), v... 阅读全文
posted @ 2015-12-22 02:24
Zhentiw
阅读(302)
评论(0)
推荐(0)

浙公网安备 33010602011771号