Hacker News new | ask | show | jobs
by crvst 560 days ago
That’s probably the main real-world use case for useEffect. Dedicated third-party libraries like React Query obviously use useEffect under the hood as well
1 comments

Yeah that's what I thought -- all the React codebases that I've worked in are riddled with `useEffect` for this reason primarily.
I'm jealous, then. I've seen all kinds of deranged Rube Goldberg machines built using useEffect