I admit I’m still totally unconvinced of the value of hooks. This code looks more complex and abstract than the simple class model. Still, it’s good to see some resources!
Is there any benefit of using hooks with stateless components versus just having a class component?<p>Can't reusability come via abstract components, instead of hooks?