摘要:
In the previous lesson we created a reducer that can handle two actions, adding a new to-do, and toggling an existing to-do. Right now, the code to up... 阅读全文
posted @ 2015-12-02 02:32
Zhentiw
阅读(402)
评论(0)
推荐(0)
摘要:
Learn how to implement toggling a todo in a todo list application reducer.let todo = (state = [], action) => { switch(action.type){ case 'ADD_IT... 阅读全文
posted @ 2015-12-02 02:18
Zhentiw
阅读(287)
评论(0)
推荐(0)
摘要:
Learn how to implement adding a todo in a todo list application reducer.let todo = (state = [], action) => { switch(action.type){ case 'ADD_ITEM... 阅读全文
posted @ 2015-12-02 01:53
Zhentiw
阅读(165)
评论(0)
推荐(0)

浙公网安备 33010602011771号