Composition API로 리팩토링

한라봉봉·2024년 8월 28일

반응형 기초

https://ko.vuejs.org/guide/essentials/reactivity-fundamentals.html

생명주기 훅

https://ko.vuejs.org/guide/essentials/lifecycle.html

Composables

https://ko.vuejs.org/guide/reusability/composables

1. Composable로 js를 분리할때 주의점

return 값은 ref 값이거나, 아니면 function을 대상으로 한다. 일반적인 변수는 리턴할 수 없다.

profile
백엔드 개발공부 로그를 기록합니다

0개의 댓글