Let's Learn all about react HOC.
In react.js HOC which refers to the Higher Order Component is a design pattern used to enforce better component reusability and it's also a best practice to write your cross-cutting concerns of your application inside HOC.
Though we have other option...
bobbyk.hashnode.dev1 min read