React.memo won't stop a Context re-render — here's what does
Wrap the component in React.memo and it stops re-rendering. That's the folklore. Then someone wraps a component that calls useContext, the renders keep coming, and the tool looks broken.
It isn't brok
jaydeepkanzariya.hashnode.dev12 min read