JS Functional Inheritance
Higher Order Component
리액트의 구성적 특성에서 나오는 패턴
const EnhancedComponent = higherOrderComponent(WrappedComponent);
고차 컴포넌트 (Higher-Order Components) - React
A JavaScript library for building user interfaces
https://reactjs-kr.firebaseapp.com/docs/higher-order-components.html


Seonglae Cho