Higher-Order Component
Higher-Order Component is a function that would take a react-component as input, and returns another component wrapping the input component, probably to add some more functionality or behavior to it, or to do some data-processing.
Last updated