React

[React] Redux Ducks 패턴

passionfruit 2023. 7. 31. 17:09

1. Reducer  함수를 export default

2. Action Creator 함수를 export 

3. Action Type 은 app/ reducer/ Action_Type 형태로 작성

 

모듈 파일 한개에 Action Type, Action Creator, Action Value 가 모두 작성된 방식