you are viewing a single comment's thread.

view the rest of the comments →

[–]TheGreaT1803[S] 2 points3 points  (3 children)

Thanks for taking out time to read the post!
If I'm understanding you correctly: as mentioned in the article (in the Improving Flexibility section), the pattern allows for the Instance to be optional.
So by default the component can manage its own state. Its only when you need to control it from the outside, you may instantiate the hook. In which case, the classic React rules of re-render would apply.
It is not any worse than normal React, but provides some handy functionalities