Notice
Recent Posts
Recent Comments
Link
It won't hurt to try
[React]component 본문
리엑트는 Component라는 클래스를 상속받아서 component를 생성할수 있다.
component는 state와 render함수를 가진다.
component의 특징은 lifecycle을 가진다는것인데,
lifecycle의 역할은 특정 조건에서 액션을 준다던지 동적이게 변하는 효과를 준다.
React.Component
React.PureComponent
300x250
300x250
'JS > react' 카테고리의 다른 글
PureComponent (0) | 2022.02.05 |
---|---|
[React]JSX (0) | 2021.12.29 |
[React]eject (0) | 2021.12.19 |
[React] create react-app (0) | 2021.12.18 |
[React] 컴포넌트 (0) | 2021.12.17 |
Comments