/higher-order-component

Sometimes there is a need to share common functionality between components without repeating codes. So we can use Higher-Order-Components(HOC), HOC is a pattern where a function takes a component as an argument and return a new component.

Primary LanguageJavaScript

No issues in this repository yet.