← All React exercises

React implementation · 16

UseUpdateEffect()

StatusNot taken

Problem

Implement useUpdateEffect() that it works the same as useEffect() except that it skips running the callback on first render.

Solution

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.