6 comments

[ 3.1 ms ] story [ 22.9 ms ] thread
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!
I can't wait to start using hooks. I think the main power of them will be code reusability, like pulling a bunch of hooks into your html and having out of the box drag and drop, animations, etc, all while keeping the code clean and readable.
This is really helpful to convey all the use cases!
Is there any benefit of using hooks with stateless components versus just having a class component?

Can't reusability come via abstract components, instead of hooks?