Why My React Component Re-Rendered 20 Times (And How I Fixed It)
Re-renders in React are normal.
Unnecessary re-renders are not.
In one of our production features, a simple screen was re-rendering 20+ times on a single user action.No visible lag on high-end devices but low-end devices were struggling.
This post ex...
bharatdussa.hashnode.dev2 min read