Hooks

What are advantages and disadvantages of using a hook?
What are the advantages of using hooks? Using React Hooks provides three benefits reusability, readability, and testability. What is the effect of a h...