velopert / react-tutorial

벨로퍼트와 함께하는 모던 리액트 튜토리얼 문서
https://react.vlpt.us/
350 stars 101 forks source link

10. redux-saga · GitBook #60

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

10. redux-saga · GitBook

https://react.vlpt.us/redux-middleware/10-redux-saga.html

sjkim76 commented 3 years ago

직접쓰신 react를 다루는 기술에 위 예제와 비슷한 CounterContainer가 있네요. 설치다하고, 책대로 소스 그대로 옮겼는데도 INCREASE_ASYNC나 DECREASE_ASYNC action에 대해 INCREASE나 DECREASE가 dispatch가 안되는데, 이유가 뭘까요?

sjkim76 commented 3 years ago

자문자답: 오늘 다시보니, modules/index.js에서 rootSaga의 yield all([counterSaga()] 이부분을 all[counterSaga]로 해서 발생한 문제였네요. 잘됩니다 ㅎㅎ

jongjunpark commented 3 years ago

saga에서는 따로 next함수를 호출하지 않는데 yield에서 다음 yield로 넘어가는 조건이 있을까요?

moonkey48 commented 2 years ago

아 진짜 재밌네요..! 좋은 글 감사합니다.

JungSuRy commented 1 year ago

설명이 없어서...그냥 따라하기 같네요..