Javascript – Can't access fetched data in useEffect()
I'm creating a random quotes generator but there's a problem. It just doesn't generate a random quote at the beginning. Please correct me so that the generate random quote works at least one time when rendering const [quotes, setQuotes] =…