Problem
Implement useUpdateEffect() that it works the same as useEffect() except that it skips running the callback on first render.
No solution file is included for this exercise yet.Use the problem as an open implementation prompt, then compare your reasoning with the linked React documentation.