HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🐣
프론트엔드 데브코스 3기 교육생
/
🐻
오프팀
/
⏰
12월 15일(목)
⏰

12월 15일(목)

Type
⏰ 스크럼
Date
Dec 15, 2022

🏷 나눈 이야기들

복습 기간에 한 일 공유 - 주구장창 강의 듣기
과제 수행 체크 해주세요~
승준님 질의응답 채널에 남기신 질문: mounted, created 등 라이프사이클 훅에 async를 바로 붙여서 쓰는 것이 권장되지 않는 이유
→ 해당 비동기 함수가 완전히 이행될 때까지 다음 라이프사이클 훅까지 대기하는 것이 보장되지 않는다. 별도의 비동기 메서드로 작성하자.
Await async component lifecycle hooks · Issue #7209 · vuejs/vue
What problem does this feature solve? If a user needs to implement a lifecycle hook that depends on async operations, vue should respect the async nature of the implemented hook and await it in vue land. What does the proposed API look l...
Await async component lifecycle hooks · Issue #7209 · vuejs/vue
https://github.com/vuejs/vue/issues/7209
Await async component lifecycle hooks · Issue #7209 · vuejs/vue
 

민우

미현

유리

승준

충일