redux /reducers'; const store = createStore(reducers, applyMiddleware(thunk)); function fetchUser(data) { return (dispatch, getState) ...
確定! 回上一頁