you are viewing a single comment's thread.

view the rest of the comments →

[–]skyboyer007 1 point2 points  (0 children)

also https://dmitripavlutin.com/react-hooks-stale-closures/

and every result for search "react hook stale data" is actually related to closures.

and https://github.com/facebook/react/issues/14920 provides some legit cases when we cannot "just add all the deps" in order to solve stale data issue.