목차
Redux
비동기 처리
참조
Redux
Redux · A Predictable State Container for JS Apps
react
와 함께 사용
redux-toolkit
redux 를 직접 사용하지 말고,
redux-toolkit
을 통해 사용하는게 더 좋다.
react
에서는
react-redux
를 통해 사용한다.
비동기 처리
redux 자체는 모두 동기적으로만 작동한다. 하지만
API
호출 결과를 가지고 뭔가를 해야할 경우에 비동기 처리가 필요하다.
redux-saga
redux-thunk
redux-observable
참조
The Fundamentals of Redux - DZone Web Dev
react-redux (2022년 개정판) - YouTube
초보자를 위한 React Redux 전체 과정 | Redux 툴킷 전체 튜토리얼 - YouTube
Redux Toolkit Tutorial