본문 바로가기
React.js

constructor( ) : 생성자

by 찬찬2 2021. 1. 5.

constructor(props)

※ 메서드를 바인딩하거나 state를 초기화하는 작업이 없다면, 해당 React 컴포넌트에는 생성자를 구현하지 않아도 됩니다.

 

'React.js' 카테고리의 다른 글

onClick 이벤트와 parameter  (0) 2022.07.13
Class Component: React.PureComponent  (0) 2022.07.13
CRUD Tutorial - ReactJS, NodeJS, MySQL [Part 1]  (0) 2021.01.04
[React-tutorial5] todo  (0) 2020.12.31
TIP!!! Error message 모음  (0) 2020.11.12

댓글