Advice Generator | React & Tailwind

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @GrzywN
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 helpful
Join 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