React Live Template

리액트용 라이브 템플릿

React Live Template
기본
fc
함수컴포넌트
import React, { FunctionComponent } from 'react';

type Props = {};

const $FILE_NAME$: FunctionComponent<Props> = (props) => {
  $END$
  return ();
};