Day 07: Higher Order Components (HOCs)
#100DaysOfCode
Day 07: Higher Order Components (HOCs)
Learned about the HOCs in react, which is a function that takes a component and returns a new component. Due to react hooks, HOCs are not used commonly for reusing logic.
HOCs stem from the conc...
moazamdev.hashnode.dev1 min read