Hacker News new | ask | show | jobs
by LunaSea 444 days ago
I can't count how many issues I've seen due to: missing useEffect dependencies, cyclical hooks, unnecessary rerenders, etc. linked to this API.

It has a lot of expressivity but is incredibly brittle and dangerous.

1 comments

That’s true of every other GUI tech.

Angular too many digest cycles anyone?