DEV Community

Discussion on: Introduction to Higher Order Components(HOCs)In React

Collapse
 
monfernape profile image
Usman Khalil

I just can't understand HOC. We can use custom components for reusable code and logic, can't we?

Collapse
 
ogwurujohnson profile image
Johnson Ogwuru

Sorry for the late response. Yes, but most times I actually use HOCs for determining which components should be rendered. Like choosing when to render a login component or an error page component

Collapse
 
monfernape profile image
Usman Khalil

Just spend last few days with HOC and I understand your point now. Thank you John

Thread Thread
 
ogwurujohnson profile image
Johnson Ogwuru

I'm happy you understand it now.. Cheers