Y
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
boredtofears
559 days ago
Yeah that's what I thought -- all the React codebases that I've worked in are riddled with `useEffect` for this reason primarily.
link
crvst
559 days ago
I'm jealous, then. I've seen all kinds of deranged Rube Goldberg machines built using useEffect
link