Open utterances-bot opened 3 years ago
flow cancel을 언마운트 시점에 취소하고 싶으면 useEffect 훅 안에서 비동기처리를 해야만 cleanup 으로 cancel할 수 있는 걸까요?? 아니면 다른 방법이 있을까요??
flow cancel을 언마운트 시점에 취소하고 싶으면 useEffect 훅 안에서 비동기처리를 해야만 cleanup 으로 cancel할 수 있는 걸까요?? 아니면 다른 방법이 있을까요??
@Joga-Bonito 네 저도 그 방법 밖에 없을 것 같다고 생각이드네요
mobx 비동기 처리 예제로 알아보기 | 기억보다 기록을
mobx 비동기 처리 예제로 알아보기, mobx, react, async, runInAction, observable, computed, action, autorun
https://kyounghwan01.github.io/blog/React/mobx/async/