React Higher Order Component (HOC)
Hello guys, Today I'm going to explain about Higher Order Components in React,
What is HOC
HOC is a function that gets a Component as an argument and returns another Component instead of JSX, we are using these components to share complex logic and b...
blog.dilipchandima.com1 min read