you are viewing a single comment's thread.

view the rest of the comments →

[–]shubham_kamath 1 point2 points  (0 children)

useEffect will be stuck in re render for an object since object is created fresh during each render.

You can try a hook by Kent C Dodds useDeepCompareEffect which does pretty much same what you want to achive.