Posts tagged with “higher-order-components-in-reactjs”
Functional Approach to Higher Order Components and Recompose
DevelopmentThis is a continuation of our previous post where we talked about how Higher Order Components (HOC) help abstraction of logic. This in turn helps simplifying a React application. Now let’s say we have a React Component on which we
Using Higher Order Components in a React Application
DevelopmentIf you have started using ReactJS recently often you might have felt that you are performing repeated logic in many components. For example consider an app having- Infinite scroll in three different views with all having different data. You want