Design comparison
SolutionDesign
Solution retrospective
Hey guys, this is my first ever react + tailwind project so it's probably filled with small mistakes and as always I appreciate any advice that can make me a better front end developer
Community feedback
- @GrzywNPosted over 2 years ago
Great job on the challenge! If you want your app to work properly on Firefox based browsers and to work faster on other browsers you can remove cache in your fetch:
fetch("https://api.adviceslip.com/advice", {cache: "no-cache"});
Have a nice day and coding too!Marked as helpful1@aligjahedPosted over 2 years ago@GrzywN Hey, Thank you for the feedback I'll make sure to fix that in my next projects.
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