Download CV

Blog

All the most current news and events of my life
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. …