A Simple higher order Component example
I have been factoring my code and have decided that I need to build a few higher order components. Why? I have four components that are very similar and all require some data manipulations to be carried out on the props so I figure I can remove all ...