AbstractThis post is targeted to advanced users that want to exploit the HOC pattern. If you are new to React you should probably start by reading React’s Docs. Higher Order Components is a great Pattern that has proven to be very valuable for several React libraries. In this Post we will review in detail what HOCs are, what you can do with them and their limitations and, how they are implemented.