High Order Component in React
Higher Order Component, also known as HOC is very important concept in React. It is a react pattern where a function (or class) component takes a component as an input and return a component. It is one way to enhance the functionality of a component. React we are also doing lot of composition, but there are some differences between Higher Order Component and Composition. Composite component are…
View On WordPress













