사용자 도구

사이트 도구


javascript:redux

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
javascript:redux [2022/12/06 09:16]
kwon37xi
javascript:redux [2022/12/06 09:29] (현재)
kwon37xi
줄 4: 줄 4:
   * [[https://redux-toolkit.js.org/|redux-toolkit]] redux 를 직접 사용하지 말고, ''redux-toolkit'' 을 통해 사용하는게 더 좋다.   * [[https://redux-toolkit.js.org/|redux-toolkit]] redux 를 직접 사용하지 말고, ''redux-toolkit'' 을 통해 사용하는게 더 좋다.
   * [[javascript:react|react]] 에서는 [[https://react-redux.js.org/|react-redux]]를 통해 사용한다.   * [[javascript:react|react]] 에서는 [[https://react-redux.js.org/|react-redux]]를 통해 사용한다.
 +
 +===== 비동기 처리 =====
 +  * redux 자체는 모두 동기적으로만 작동한다. 하지만 API 호출 결과를 가지고 뭔가를 해야할 경우에 비동기 처리가 필요하다.
 +  * [[javascript:redux_saga|redux-saga]]
 +  * [[https://github.com/reduxjs/redux-thunk|redux-thunk]]
 +  * [[https://redux-observable.js.org/|redux-observable]]
  
 ===== 참조 ===== ===== 참조 =====
줄 9: 줄 15:
   * [[https://www.youtube.com/watch?v=yjuwpf7VH74|react-redux (2022년 개정판) - YouTube]]   * [[https://www.youtube.com/watch?v=yjuwpf7VH74|react-redux (2022년 개정판) - YouTube]]
   * [[https://www.youtube.com/watch?v=NqzdVN2tyvQ| 초보자를 위한 React Redux 전체 과정 | Redux 툴킷 전체 튜토리얼 - YouTube]]   * [[https://www.youtube.com/watch?v=NqzdVN2tyvQ| 초보자를 위한 React Redux 전체 과정 | Redux 툴킷 전체 튜토리얼 - YouTube]]
 +  * [[https://www.youtube.com/playlist?list=PLC3y8-rFHvwiaOAuTtVXittwybYIorRB3|Redux Toolkit Tutorial]]
javascript/redux.1670285787.txt.gz · 마지막으로 수정됨: 2022/12/06 09:16 저자 kwon37xi