reactjs101
reactjs101 copied to clipboard
ch10 createAction first parameter should apply const not string?
createAction('SET_RECIPE'); => createAction(SET_RECIPE);