Bbehcet·Dec 22, 201801Update axios params according to return dataHer is my first action. export function fetchByPage() { return function(dispatch) { axios .get("findAllByPage?", { params: { page: "bio" } }) .then(response => dispatch({ type: FETCH...HSebastian commented