React Higher-Order Component Using Refs
A higher-order component (HOC) is an advanced technique in React for reusing component logic. Basically, a higher-order component is a function that takes a component and returns a new component.
I like to consider myself pretty comfortable with HOC...
bytesizedcoding.com4 min read