<aside>
🚩 Goal: Action, Action creator를 이해하고 활용할 수 있다.
</aside>
[목차]
8_exported (1).mp4
1. Action Creator
- (1) Action Creator 란?
- (2) Action Creator 만들기
- (3) Action Creator 사용하기
- Action, Action Creator 참고 예시 영상
2. 왜 Action creator를 사용해야 하나?
2. 정리
- 액션객체를 만드는 함수를
Action Creator
(액션 크리에이터)라고 한다.
Action Creator
는 모듈 파일안에서 생성된다.
- 액션객체의 type value로 상수로 생성해서 관리한다.