Design comparison
SolutionDesign
Community feedback
- @weebaoPosted about 2 years ago
Love your website. You can use
fetch('https://api.adviceslip.com/advice', { cache: 'no-cache' })
instead of fetching with cache so that the advice will change every time you click instead of staying the same.Marked as helpful1@charlesmiller0412Posted about 2 years ago@weebao Thanks for the tip! I added it and works great! Originally it did change on click but had a slight delay (I'm assuming from useEffect). This is nice to know for future API projects.
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord