Simple HOC in React
Higher Order Components allow for reusability of code and saves you from repeating yourself, it comes in quite handy. It is something that recently came to my attention and I only wish I had learnt this earlier.
In this instance, I had a layout that ...
arndom.hashnode.dev1 min read