Problem
Here is a simple problem, implement useEffectOnce() as the name says itself, it runs an effect only once.
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.