Advice generator app with Reactjs and framer motion
Design comparison
Solution retrospective
In this challenge, I use my knowledge of react to consume an API and be able to get data every time a click event occurs, overall it helped me a lot to practice my skills and I really enjoyed doing the challenge.
Community feedback
- @codexshellPosted almost 2 years ago
Holla! I couldn't help but notice when using firefox to access your browser, the first api request if successful, but firefox ignores subsequent responses from the api. This is because firefox caches responses from the same api for quick reuse. This behavior can be altered by configuring your api requests to prevent browser caching. This is quite simple achieve when using the Fetch API. As an aside, nice animation!
Marked as helpful0
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