async/await

이다은·2022년 9월 1일
0
post-custom-banner

rest-APIgraphgl-API는 비동기식으로 처리가된다
이것을 해결하기 위해 asyncawait를 사용하여 동기식으로 처리해준다

아래에 rest-API로 예시를 들어보았다

비동기식으로 처리했을 때 (async/await 사용 안함)

결과값

아직 값을 받아오기 전이라 Promise가 출력된다

동기식으로 처리했을 때(async/await 사용)

결과값

값을 받아오는 것을 확인할 수 있다

profile
안녕하세요
post-custom-banner

0개의 댓글