profile
FrontEnd Developer
post-thumbnail

type이 interface 보다 나은 것 같다

익히 알듯이, typescirpt에서 type을 정의하는 방법은 type, interface 이렇게 두 가지가 있다. type 을 쓰든, interface를 쓰든 예외 상황을 제외하고는 모든 타입 선언을 둘 중에 하나를 쓰기로 규칙을 정하여 통일 하여 사용하는게 협업하

2021년 4월 21일
·
2개의 댓글
·
post-thumbnail

들어는 보았나 Transparent Wrapper Component

Vuejs가 제공하는 유용한 props들이 있다. 가령 v-model, @focus 등의 이벤트 인터페이스 들은 prop으로 건내주는 것 만으로 기대되어지는 작동(?)을 잘 한다 이렇게 native component들에 v-model, v-on:hover 등 pro

2020년 6월 17일
·
4개의 댓글
·