I’ve been working on the Random Quote Generator for the last couple of days and I can’t figure out how to get a random quote to appear when I first load the page. This is the link for my project.
I’d appreciate any points in the right direction!
Thank you!
Perhaps in the componentDidMount() lifecycle method?
Thank you!!! I kept trying compentWillMount and have been hitting my head against a desk. I got it to work!
Glad it worked out, looks good!