dwyl/learn-redux

'addTodo' and 'setVisibilityFilter' actions are unused in index.html example

開放

#50 建立於 2017年9月11日

 (0 則留言) (1 個反應) (0 位負責人)HTML (42 個分叉)batch import
help wanted

倉庫指標

星標
 (446 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I was just annotating a print out of the code to remind myself of some of the concepts learned in the video tutorials, and found the following issues:

  • addTodo action is unused: should replace the dispatch action in the AddTodo component
  • setVisibilityFilter action is unused: should be used by the dispatch action in the mapDispatchToLinkProps method

貢獻者指南