easyReact Native#2

useEffect cleanup

Prompt

Write a component that starts an interval when mounted and increments a counter every second. Clean up the interval when the component unmounts.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code