reactjs101 icon indicating copy to clipboard operation
reactjs101 copied to clipboard

Two small errors.

Open eatingli opened this issue 8 years ago • 0 comments

At page CH7.

  1. Code in "src/actions/todoActions.js". "CREATE_TODO , DELETE_TODO, CHANGE_TEXT" are used as string.
export const createTodo = createAction('CREATE_TODO');
export const deleteTodo = createAction('DELETE_TODO');
export const changeText = createAction('CHANGE_TEXT');
  1. Link "上一章:Redux 基礎概念". It has error url.

eatingli avatar Jan 05 '17 17:01 eatingli