The nifty abstractions of React hooks
I've been using React hooks for a few months in my projects and I have a few tiny mental models to share about them. They could be helpful for developers who are new to React or seasoned ones who have just started to migrate to hooks from class-based...
ankitv2.hashnode.dev7 min read
Deepak Rawat
figuring things out
Thanks for writing this Ankit, I've never used custom hooks, this might be a good article for me to come back to while learning those.
Also i have a question, maybe a bit vague, but is there a point when you start thinking, "I'm using too many state variables to handles UI changes".
I searched a bit on reddit, people said they fix it when they hit perf bottlenecks. Do you find yourself in this situation, if yes how do you go about it?