I have a general question about useEffect() vs setTimeout().
import { useState, useEffect } from \'react\'; function Counter()