|
|
|
|
|
by paultannenbaum
2797 days ago
|
|
What 'tree' are you referring to? Higher order components are just functional components that accept a component as a argument and return a new component. There aren't any additional nodes added to your VDOM unless you specifically make a HOC that does that. |
|