최대 1 분 소요

react 와 vue대입

react vue
useRef ref
useEffect watch
React.FC slot
props props
useMemo computed
componentDidMount onMounted

차이점

react는 아래로 전달하는 반면 vue는 부모와 자식 간 양방향 데이터 교환이 가능하다.

<!-- child -->
this.$emit('이벤트 명');

<!-- parent -->
<div id="app">
  <child-component v-on:이벤트 명="상위 컴포넌트의 실행할 메서드 명 또는 연산"></child-component>
</div>

사용법

v-bind:id:{#id, .class} = :{id, .class}
v-on = @

태그: ,

카테고리:

업데이트:

댓글남기기