Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

react hoc

A higher-order component (HoC) is a function that takes 
a component and returns a new component.

const EnhancedComponent = higherOrderComponent(WrappedComponent);
Source by reactjs.org #
 
PREVIOUS NEXT
Tagged: #react #hoc
ADD COMMENT
Topic
Name
1+8 =