중헌 아카이브(Important Archive)
/
중헌 DB
/
반응형 API
Search
반응형 API
대분류
프레임워크
소분류
Vue.js
설명
ref, reactive, computed, watch
유형
Vue
부유형
디렉티브
주요 레퍼런스
https://velog.io/@violet_yang/TIL-Vue.jsref-reative%EC%99%80-%EC%B0%A8%EC%9D%B4%EC%A0%90
https://ko.vuejs.org/guide/essentials/reactivity-fundamentals.html
속성
vue
최종 편집 일시
2024/10/31 03:29
생성 일시
2024/01/22 06:22
11 more properties
ref()
computed()
reactive() 굳이 안씀
요약
ref()
computed()
reactive() 굳이 안씀
요약
속성
설명
ref
원시값 할당 혹은 객체의 재할당이 필요한 경우에 활용
reactive
원시값들의 그룹화 선언이 필요할 때 주로 사용
computed
반응형 계산식 - 반응형 값이 바뀌면 자동 반영