Exploring Props Drilling, Lifting State Up, and Higher Order Components
Higher Order Components
Higher order components are the javascript functions that takes a component as an input, modifies it or add some features in it and return it as a component. It’s a function that takes a component as an input and returns a new...
techstack-tales.hashnode.dev10 min read