Published on2020-07-03프론트엔드 개발자가 알아야 하는 Angular와 React의 Change Detectionjavascriptreactangularweb[What every front-end developer should know about change detection in Angular and React](https://indepth.dev/what-every-front-end-developer-should-know-about-change-detection-in-angular-and-react/)를 번...
Published on2020-07-03리액트 고차 컴포넌트 (React Higher Order Component)javascriptreact[이 글](https://ko.reactjs.org/docs/higher-order-components.html)이 한글로 번역이 안되있어서 대충 번역해봅니다. # Higher-Order Components 고차 컴포넌트 (이하 HOC)는 리액트에서 컴포넌트 로직을 재사용하기 위한 고오급 기술이다. HOC는 리액트 API의 일부분은 아니다. 이는 리액트...