Just a few weeks ago, I published a guide on creating render props components. Today, at React Conf 2018, the React team announced “Hooks”, a new feature proposal in React v16.7.0-alpha, that will change the way we think about components. Hooks serve as a method for abstracting state-based logic and…