Kyounghwan01 / blog-comment

blog 코멘트 링크 레포
0 stars 0 forks source link

blog/React/mobx/async/ #19

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

mobx 비동기 처리 예제로 알아보기 | 기억보다 기록을

mobx 비동기 처리 예제로 알아보기, mobx, react, async, runInAction, observable, computed, action, autorun

https://kyounghwan01.github.io/blog/React/mobx/async/

Joga-Bonito commented 2 years ago

flow cancel을 언마운트 시점에 취소하고 싶으면 useEffect 훅 안에서 비동기처리를 해야만 cleanup 으로 cancel할 수 있는 걸까요?? 아니면 다른 방법이 있을까요??

Kyounghwan01 commented 2 years ago

flow cancel을 언마운트 시점에 취소하고 싶으면 useEffect 훅 안에서 비동기처리를 해야만 cleanup 으로 cancel할 수 있는 걸까요?? 아니면 다른 방법이 있을까요??

@Joga-Bonito 네 저도 그 방법 밖에 없을 것 같다고 생각이드네요