adspace
Answer Posted / Sujit Kumar
A high-order component (HOC) is a function that takes another React component as an argument and returns a new component with enhanced functionality. HOCs are used to reuse logic between components, share state, or add additional props.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers