PlatziMaster / redux-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complete filterReducer

nicobytes opened this issue · comments

const filterReducer = (state = 'ALL', action) => {

  • Case for ALL
  • Case for ACTIVE
  • Case for COMPLETED