Redux Actions and Reducers are not separated by coincidence. ... export function editUsername(userName) { return { userName, type: "EDIT_USERNAME" }; }.
確定! 回上一頁