- accepted / - tried
Implement useUpdateEffect() that it works the same as useEffect() except that it skips running the callback on first render.
useUpdateEffect()
useEffect()
Always try to find a better approach.
Try it out
Console