TIL

[TIL] 20211105 vue project/ vue suspense

자바칩 프라푸치노 2021. 11. 9. 20:32

1. vue 프로젝트에 대해서

https://sjquant.tistory.com/66

 

Vue3로 프로젝트를 진행하면서 알게 된 것들

최근에 Vue3와 Typescript를 학습하기 위한 목적으로 간단한 개인 프로젝트를 진행하였다. 해당 프로젝트를 진행하면서 알게 된 것들을 정리하고자 한다. Vue3에 대한 튜토리얼은 아니고, 시행착오에

sjquant.tistory.com

다른 사람이 정리해놓은 글인데 참고로!

 

2. vue suspense

https://v3.vuejs.org/guide/migration/suspense.html

 

Suspense | Vue.js

Suspense new Experimental Suspense is an experimental new feature and the API could change at any time. It is documented here so that the community can provide feedback on the current implementation. It should not be used in production applications. Introd

v3.vuejs.org

새로 나온 기능인데 

비동기 컴포넌트가 로딩되기 전에 스켈레톤을 만들때 사용된다.

728x90