Loading

Quipoin Menu

Learn • Practice • Grow

react / useEffect Dependency Array
exercise
1/5
Exercise 1React
Question

Create a component with a count state. Use useEffect to log the count only when it changes. The effect should not run on initial render.