Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
revskill
2y ago
0 comments
Share
How can you "fetch something when your state change ?". It's the main use case for useEffect.
0 comments
default
newest
oldest
scotty79
2y ago
You can just trigger fetch in the function that does the state change.
shortcake27
2y ago
Agreed, this is the correct approach. Overusing effects makes control flow difficult to understand and has many unintended consequences. The misuse of effects is so widespread the React team had to address it with Strict mode in React 18.
j
/
k
navigate · click thread line to collapse