2019/10/8 TIL

코드깎는 노인·2019년 10월 8일
0

TIL

목록 보기
10/23
type HomePageStateType = {
  currentPage: string;
};
export default class HomePage extends React.Component<{}, HomePageStateType> 

리액트컴포넌트의 첫번째 파라미터는 props이고 두번째가 state이다. 따라서 파라미터에 HomePageStateType만

쓰면 props로 인식한다.

profile
내가 볼려고 만든 블로그

0개의 댓글