Download CV

Programming

Below you will find pages that utilize the taxonomy term “Programming”
December 19, 2022
How to use React higher-order component
In React, a higher-order component (HOC) is a function that takes a component and returns a new component. HOCs are a way to reuse code, abstract away logic, or add additional functionality to a component. …