Design comparison
Solution retrospective
This is the first API call that I've had to make on this website so I'd appreciate any advice or resources for learning about this.
As always, all feedback is welcome
Community feedback
- @codexshellPosted almost 2 years ago
Hello there! Noticed a slight glitch with your application. When using firefox browser, firefox is reusing the responses from the first api call. This can easily be fixed by configuring your api requests to prevent browser caching.
Marked as helpful0@MinamakhloufPosted almost 2 years ago@codexshell
Hi Silvanos,
Great catch on that glitch, I did all my tests in Chrome.
I'm unfamiliar with how to configure API requests to prevent browser caching. Can you point me to a resource where I can learn more about that?
0@codexshellPosted almost 2 years ago@Minamakhlouf The following resource by MDN will should prove quite useful -> https://developer.mozilla.org/en-US/docs/Web/API/fetch
0
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