Redux - Payload
- action 객체라는 것은 action type을 payload 만큼 처리하는 것이다
예를들어서 payload가 3이고, type이 plus이면 3만큼을 plus 해주는 것이다.
'Framework > React' 카테고리의 다른 글
[React] React-router 'Outlet' (0) | 2024.12.06 |
---|---|
[React] Code Splitting & lazy (0) | 2024.12.04 |
[React] Reducer 실제 사례, 로그아웃 (0) | 2024.11.27 |
Redux란 (0) | 2024.11.26 |
e.preventDefault()와 e.stopPropagation() (0) | 2024.11.22 |