- accepted / - tried
Implement useUpdateEffect() that it works the same as useEffect() except that it skips running the callback on first render.
useUpdateEffect()
useEffect()
エッジケースを網羅しよう。
Try it out
Console