use redux-thunk to Call API. const fetchTodo = (id) => { return (dispatch, getState) => { fetch(`/todos/${id}`) .then(todo ...
確定! 回上一頁