-
Notifications
You must be signed in to change notification settings - Fork 2
.map에서 비동기 처리
JaeMin Kim edited this page Sep 15, 2022
·
1 revision
Objects in a list
를 받아 map으로 async 적용하여 좌표값을 넣으려했는데 promise 객체만 굴러 들어오는 현상.
각 객체마다 함수를 호출할거고 각자 받아오는 시점이 다를 것이다, 모두 함께 받아와야한다. -> Promise.all
ref : https://velog.io/@minsangk/2019-09-06-0209-%EC%9E%91%EC%84%B1%EB%90%A8-eik06xy8mm