Notice
Recent Posts
Recent Comments
Link
It won't hurt to try
PureComponent 본문
https://reactjs.org/docs/react-api.html#reactpurecomponent
React Top-Level API – React
A JavaScript library for building user interfaces
reactjs.org
Component에서는 state나 props를 불러오기만 해도 렌더링이 진행되고 있는 반면에,
PureComponent에서는 shallow comparison방식으로 오브젝트 레퍼런스를 검사한다.
오브젝트 레퍼런스가 다르다면 다시 렌더링을 한다.
300x250
300x250
'JS > react' 카테고리의 다른 글
[React]JSX (0) | 2021.12.29 |
---|---|
[React]component (0) | 2021.12.21 |
[React]eject (0) | 2021.12.19 |
[React] create react-app (0) | 2021.12.18 |
[React] 컴포넌트 (0) | 2021.12.17 |
Comments