10-병렬태스크-실행
const [users, repos] = yield all[
call(fetch, '/users'),
call(fetch, '/repos')
]Last updated
Was this helpful?
const [users, repos] = yield all[
call(fetch, '/users'),
call(fetch, '/repos')
]Last updated
Was this helpful?
Was this helpful?