type__error’s avatartype__error’s Twitter Archive—№ 3,593

  1. …in reply to @undefined
    @EerSteam I see. You'd probably have a lot of "yield call(fetchThing)" followed by a "put" to dispatch an action indicating that fetching has finished. You can assign the result of a yield to a variable and then use it in the following call.