Explain the term high order component

bookmark

A higher-order component also shortly known as HOC is an advanced technique for reusing component logic. It is not a part of the React API , but they are a pattern which emerges from React’s compositional nature.