user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

29. What applications involve higher-order components (HOCs)?

user image

Abhishek Mishra

2 years ago

Higher-Order Components are not part of the React API. They are the pattern that emerges from React's compositional nature. The component transforms props into UI, and a higher-order component converts a component into another component. The examples of HOCs are Redux's connect and Relay's createContainer.

Recent Doubts

Close [x]