A Higher Order Components (HOC) is a function that accepts a Component as an argument and returns a Component. It is an advanced technique to React for reusing component logic. HOCs are a pattern that emerges from React's compositional nature.All Rights Reserved