Design comparison
SolutionDesign
Community feedback
- @invictus1032Posted about 2 years ago
You should add
{cache: "no-store"}
param to yourfetch
call to prevent your request from getting cached. That way, you wouldn't receive the same advice when you roll the dice. Other than that, it's pretty good.Marked as helpful1
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