Skip to content

🧩Snippets

shlee9999 edited this page Sep 24, 2024 · 2 revisions

사용법

단축어(prefix) 입력 후 엔터 누르면 적용

프로젝트 구조상 폴더 이름을 따오도록 설계

Typescript React component with props (rfc)

.tsx 파일에서 props가 있는 컴포넌트 만들 때 사용

index.tsx.-.LocalStage.-.Visual.Studio.Code.2024-09-24.19-49-43.mp4

Typescript React component with no props (rfcn)

.tsx 파일에서 props가 없는 컴포넌트 만들 때 사용

index.tsx.-.LocalStage.-.Visual.Studio.Code.2024-09-24.19-50-01.mp4

Typescript React Styled Components (sc)

styles.ts 파일에서 styled-components 기본 구조 만들 때 사용

styles.ts.-.LocalStage.-.Visual.Studio.Code.2024-09-24.19-51-04.mp4