Skip to content Skip to sidebar Skip to footer
Showing posts with the label Higher Order Components

Passing Props To Higher-order Component

I have a higher-order component FormBuilder like this: const FormBuilder = (WrappedComponent) =>… Read more Passing Props To Higher-order Component

Defining And Exporting Hoc In React

I've been research Higher Order Components in react. My requirement is that I have a set compon… Read more Defining And Exporting Hoc In React