What are the downsides of using hooks in a large-scale application (React)?
When building large-scale applications with React, it's important to be aware of the downsides of using hooks, as they can potentially lead to complex and difficult-to-debug code.
One downside of hooks is that they can make it harder to understand th...
rishublog.hashnode.dev2 min read