액션 발행 -> 액션 객체 return (객체 안에는 type과 paload 있음) -> type과 payload는 reducer로 간다 ->
리듀서들 선언 하고
index.js에 리듀서들 combine한다
상위 부모 파일인 index.js 파일에서 createStore에서 받는 rootReducer는 index에 있는 리듀서들을 전부 store에 넘겨 준다 경로 뒤에 /index는 생략 가능