0 votes
in ReactJS by
Explain the term high order component

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Dec 19, 2023 in ReactJS by john ganales
0 votes
asked Nov 3, 2023 in ReactJS by AdilsonLima
...