React : Higher Order Component Vs Context Api
Aug 24, 2020 · 1 min read · Hello , A Higher-order component (HOC) is an advanced technique in React for reusing component logic. HOCs are not part of the React API, per se. They are a pattern that emerges from React’s compositional nature[https://reactjs.org/docs/higher-order...
Join discussion